PUT
/
v1
/
chatbot
/
avatar
/
{id}
curl --request PUT \
  --url https://api.droxy.ai/v1/chatbot/avatar/{id} \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The chatbot's id.

Body

multipart/form-data
Avatar file to upload. File must be smaller than 5MB.
file
file

Response

200
_mintlify/placeholder

OK