Update space
Update space by Id. Only the name and acl details can be updated for the given space.
Prerequisites
Section titled “Prerequisites”- A space should be created. To know more about creating a space refer here
Request
Section titled “Request”PATCH {baseUrl}/spaces/{spaceId}-
HEADER:
- Authorization:
Bearer {tid token}
- Authorization:
-
BODY:
name- new name of the spaceacl- Access control list for the spacesoftDeleteRetention- 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”.
Response
Section titled “Response”To know more about the Update space refer here.