Edit a space (PATCH)
PATCH method mainly used to link a space to another space, or unlink the link between two spaces. To do that, linkedSpaceId
property is needed. To unink, provide null
value to linkedSpaceId
property.
If an empty request body is sent, there will be no change on previous linkedSpaceId
data.
Parameters | ||
---|---|---|
siteId | - | |
spaceId | - |
Request #1
Headers | |
---|---|
Content-Type | application/json |
Accept | application/json |
Authorization | Bearer `Your Access Token` |