mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
feat(developer): Add new ExApp OpenAPI scope
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
c5b04ef196
commit
69b8b13db5
@ -100,6 +100,8 @@ Added APIs
|
||||
- ``OCA\Files_Trashbin\Trash\ITrashItem::getDeletedBy`` should return the user who deleted the item or null if unknown
|
||||
- ``OCP\IUser::getPasswordHash`` should return the password hash of the user
|
||||
- ``OCP\IUser::setPasswordHash`` should set the password hash of the user
|
||||
- ``OCP\AppFramework\Http\Attribute\OpenAPI::SCOPE_EX_APP`` attribute for scoping APIs only to be used by ExApps.
|
||||
- ``OCP\AppFramework\Http\Attribute\ExAppRequired`` attribute for restricting controller methods to be only accessible by ExApps.
|
||||
|
||||
Changed APIs
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Loading…
Reference in New Issue
Block a user