mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
feat(developer): document instant room and resource updates
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
committed by
Joas Schilling
parent
9ea0f373b2
commit
49a2d86e99
@@ -108,6 +108,8 @@ Added APIs
|
||||
- ``OCP\Files\IFilenameValidator`` was added to allow storage independent filename validation.
|
||||
- ``OCP\Files\Storage\IStorage::setOwner()`` was added to allow setting the owner of a storage so it can be handled independently from the current session user. This is especially useful for storages that have a shared ownership like groupfolders, external storages where the storage owner needs to be set to the user that is initializing the storage through their personal mountpoint.
|
||||
- ``ShareAPIController::sendShareEmail()`` was added and is accessible via ocs ``/api/v1/shares/{shareId}/send-email``. See :ref:`send-email<Send email>` documentation.
|
||||
- ``OCP\Calendar\Room\IManager::update()`` was added to update all rooms from all backends right now.
|
||||
- ``OCP\Calendar\Resource\IManager::update()`` was added to update all resources from all backends right now.
|
||||
|
||||
Changed APIs
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user