Skip to content

Upload icon

PUT
/channels/{channelId}/icon

Authorizations

Authorization
TypeHTTP (bearer)

Parameters

Path Parameters

channelId*
Typestring
Required

Request Body

application/json
JSON
{
"filename": "string",
"tumbhash": "string"
}

Responses

OK

application/json
JSON
{
"url": "string",
"id": 0
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python