cURL
curl --request PUT \ --url https://api.reqlick.com/workspaces/{url}/logo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "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
The logo file to upload
Successfully updated workspace logo
Indicates if an error occurred
The URL of the updated workspace logo