Skip to content

Commit 217253b

Browse files
Merge pull request #12036 from nextcloud/feat/developer/ex-app-openapi-scope
2 parents c5b04ef + 69b8b13 commit 217253b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Added APIs
100100
- ``OCA\Files_Trashbin\Trash\ITrashItem::getDeletedBy`` should return the user who deleted the item or null if unknown
101101
- ``OCP\IUser::getPasswordHash`` should return the password hash of the user
102102
- ``OCP\IUser::setPasswordHash`` should set the password hash of the user
103+
- ``OCP\AppFramework\Http\Attribute\OpenAPI::SCOPE_EX_APP`` attribute for scoping APIs only to be used by ExApps.
104+
- ``OCP\AppFramework\Http\Attribute\ExAppRequired`` attribute for restricting controller methods to be only accessible by ExApps.
103105

104106
Changed APIs
105107
^^^^^^^^^^^^

0 commit comments

Comments
 (0)