Update a channel by ID

This endpoint updates the channel with the specified ID.

Sample request payload in JSON (Click to view)
{
  "name": "my_example_channel",
  "address": "Anystr. 17, 12345, Anycity, Anystate 12345",
  "url": "https://wwww.myshop.fiction",
  "logoUrl": "https://wwww.myshop.fiction/logo.png",
  "locale": "en_US"
}
Path Params
string
required

The channel ID.

Body Params

The channel updates as an object.

string
required

The name of the channel.

string

The address that is associated with the channel.

string

A URL that to a website that the channel represents.

string

A URL to the channel logo.

string

The locale that is associated with the channel.

Headers
string
required

An OAuth2 authorization header with an access token, see OAuth2.

Responses

401

Unauthorized

403

Forbidden

404

Not Found

Language
LoadingLoading…
Response
Choose an example:
application/json