Workspaces
Update a workspace logo
Update a workspace logo by its URL.
PUT
/
workspaces
/
{url}
/
logo
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
url
string
requiredThe workspace URL to update
Body
multipart/form-data
file
file
The logo file to upload
Response
200 - application/json
error
boolean
Indicates if an error occurred
url
string
The URL of the updated workspace logo