PeerTube · Example Payload

Getplaylistprivacypolicies

Video Playlists

Getplaylistprivacypolicies is an example object payload from PeerTube, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparametersrequestBodyresponses

Example Payload

Raw ↑
{
  "operationId": "getPlaylistPrivacyPolicies",
  "method": "GET",
  "path": "/api/v1/video-playlists/privacies",
  "summary": "List available playlist privacy policies",
  "description": "",
  "tags": [
    "Video Playlists"
  ],
  "parameters": [],
  "requestBody": null,
  "responses": {
    "200": {
      "description": "successful operation",
      "examples": {
        "application/json": {
          "nightly": {
            "externalValue": "https://peertube2.cpy.re/api/v1/video-playlists/privacies"
          }
        }
      }
    }
  }
}