PUT/v1/Client/{clientId}/logo

Update Client logo

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

clientIdstringrequired

Request body application/json

keystringnullable

Responses

urlstringnullable
keystringnullable
curl --request PUT \
  --url 'https://api.4comply.io/v1/Client/00000000-0000-0000-0000-000000000000/logo' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "example-key"
}'