Skip to main content
POST
/
v1
/
admin
/
distribution
/
channels
/
batch-update
Batch update channels
curl --request POST \
  --url https://{operatorDomain}/v1/admin/distribution/channels/batch-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ],
  "patch": {}
}
'
{
  "data": [
    {}
  ],
  "total": 123,
  "succeeded": 123,
  "failed": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Body

application/json
ids
string[]
required
patch
object
required

Response

200 - application/json

Batch result

data
object[]
total
integer
succeeded
integer
failed
object[]