PeerTube · Schema

VideoChannelUpdate

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

VideoChannelUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoChannelUpdate.json",
  "title": "VideoChannelUpdate",
  "allOf": [
    {
      "$ref": "#/components/schemas/VideoChannelEdit"
    },
    {
      "properties": {
        "bulkVideosSupportUpdate": {
          "type": "boolean",
          "description": "Update the support field for all videos of this channel"
        }
      }
    }
  ]
}