cURL
curl --request PUT \ --url https://api.reqlick.com/workspaces/{url}/logo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data'
{ "error": true, "url": "<string>" }
Update a workspace logo by its URL.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The workspace URL to update
Successfully updated workspace logo
The response is of type object.
object