POST /a/frontend/binaries/{BinaryType}/{Uuid}
Upload frontend binaries (avatars / logos / bg images)
Body Parameters
Name | Description | Type | Required |
---|---|---|---|
BinaryType | Currently supported values are USER and GLOBAL | string | |
Uuid | Id of the binary | string |
Body Example
{
"BinaryType": "string",
"Uuid": "string"
}
Response Example (200)
Response Type /definitions/restFrontBinaryResponse
{}