Update Folder
Updates the folder based on the provided identifier. Fields of the folder like metadata and acl can be updated.
Major version will be incremented whenever a patch operation is performed on the folder. The update operation can only
be performed on an active resource. Similar to GET FOLDER API it supports the query params complete and status.
Prerequisites
Section titled “Prerequisites”- A folder should be created. To know more about creating a folder refer here
Request
Section titled “Request”PATCH {baseUrl}/spaces/{spaceId}/folders/{folderId}-
HEADER:
- Authorization:
Bearer {tid token}
- Authorization:
-
Body:
metadata- Metadata for the folderacl- Access control list for the folder
Response
Section titled “Response”To know more about update folder API refer here