We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5b04ef + 69b8b13 commit 217253bCopy full SHA for 217253b
developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst
@@ -100,6 +100,8 @@ Added APIs
100
- ``OCA\Files_Trashbin\Trash\ITrashItem::getDeletedBy`` should return the user who deleted the item or null if unknown
101
- ``OCP\IUser::getPasswordHash`` should return the password hash of the user
102
- ``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.
105
106
Changed APIs
107
^^^^^^^^^^^^
0 commit comments