PeerTube · Schema

VideoCategorySet

category id of the video (see [/videos/categories](#operation/getCategories))

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

VideoCategorySet.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoCategorySet.json",
  "title": "VideoCategorySet",
  "type": "integer",
  "description": "category id of the video (see [/videos/categories](#operation/getCategories))",
  "example": 15
}