Skip to content

Update space

Update space by Id. Only the name and acl details can be updated for the given space.

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

    • Authorization: Bearer {tid token}
  • BODY:

    • name - new name of the space
    • acl - Access control list for the space
    • softDeleteRetention - Duration of soft deleted resources being retained before being permanently removed. Values are “30d” (30 days), “180d” (180 days), “1y” (1 year) and “never-delete”.

To know more about the Update space refer here.