Spaces
Update details of a specific Space
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the space
Body
application/json
The name of the space
Example:
"Updated Space Name"
Whether the space is public
Example:
true
Image URL for the space
Example:
"https://firebasestorage.googleapis.com/v0/b/focushero-1650416072840.appspot.com/o/FCMImages%2Fdefault_spacey.webp?alt=media&token=e37eecbd-6b99-430c-b073-b57622ef8440"
Response
200
text/plain
Space updated successfully
The response is of type string
.
Example:
"OK"