Upload new avatar

POST /api-v1/attachment/upload-avatar/{contactId}

Headers

Path parameters

Query parameters

Responses

POST /api-v1/attachment/upload-avatar/{contactId}
curl \
 -X POST http://wyzio.app/api-v1/attachment/upload-avatar/{contactId} \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "content": "string",
  "id": 42,
  "mimeType": "string",
  "name": "string",
  "remark": "string",
  "size": 42
}