Update space
PATCH/spaces/:space_id
Updates the name or description of an existing space. The request body should contain the new name and/or description in JSON format. This endpoint is useful for renaming or rebranding a workspace without needing to recreate it. The updated space’s metadata is returned in the response.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
The updated space
Bad request
Unauthorized
Forbidden
Space not found
Rate limit exceeded
Internal server error