v1
latestOpenAPI 3.0.12026-07-243266138.0 KBChannels
Update a channel by ID
This endpoint updates the channel with the specified ID.
put/channels/{id}
Path parameters
idstring required
The channel ID.
Headers
Authorizationstring required
An OAuth2 authorization header with an access token, see OAuth2.
Request body
Example request
{
"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"
}Response
The ID of the updated channel.