Spaces
Update details of a specific Space
POST
/
api
/
v1
/
updateSpace
/
{spaceId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
spaceId
string
requiredThe ID of the space
Body
application/json
name
string
The name of the space
isPublic
boolean
Whether the space is public
img
string
Image URL for the space
Response
200 - text/plain
The response is of type string
.