Update a partner's logo
Path Parameters
- Type: stringFormat: uuidpartner
Id required
Body·
application/json
- Type: objectlogo
Responses
- 200
OK
Request Example for put/v1/partners/{partnerId}/logo
curl https://api.consignlyhq.com/v1/partners/123e4567-e89b-12d3-a456-426614174000/logo \
--request PUT \
--header 'Content-Type: application/json' \
--data '{
"logo": {
"fileName": null,
"contentType": null,
"content": null,
"options": {
"printType": "enum (Label = 1, Document = 2)"
}
}
}'
No Body