PeerTube · Schema

VideoPrivacySet

privacy id of the video (see [/videos/privacies](#operation/getVideoPrivacyPolicies))

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

VideoPrivacySet.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoPrivacySet.json",
  "title": "VideoPrivacySet",
  "type": "integer",
  "enum": [
    1,
    2,
    3,
    4,
    5
  ],
  "description": "privacy id of the video (see [/videos/privacies](#operation/getVideoPrivacyPolicies))"
}