Skip to content

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.

  • A folder should be created. To know more about creating a folder refer here
PATCH {baseUrl}/spaces/{spaceId}/folders/{folderId}
  • HEADER:

    • Authorization: Bearer {tid token}
  • Body:

    • metadata - Metadata for the folder
    • acl - Access control list for the folder

To know more about update folder API refer here