Aller au contenu

/api/clients/{id}/logo (POST)

POST
/api/clients/{id}/logo
curl --request POST \
--url https://example.com/api/clients/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file=@file
id
required
string format: uuid
Media type multipart/form-data
object
file
required
string format: binary

OK