PUT
/
workspaces
/
{url}
/
logo
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

url
string
required

The workspace URL to update

Body

multipart/form-data
file
file

The logo file to upload

Response

200
application/json
Successfully updated workspace logo
error
boolean

Indicates if an error occurred

url
string

The URL of the updated workspace logo