feat(developers): Document new backend API interface IPublicReferenceProvider

Signed-off-by: Jonas <jonas@freesources.org>
This commit is contained in:
Jonas
2024-07-18 15:08:40 +02:00
parent 30aac48b1f
commit 5aeb17a6c9

View File

@@ -102,6 +102,7 @@ Added APIs
- ``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.
- ``OCP\Collaboration\Reference\IPublicReferenceProvider`` added for reference providers that support reference lookups from public shares.
Changed APIs
^^^^^^^^^^^^