PeerTube · Example Payload

Listvideostoryboards

**PeerTube >= 6.0**

Video

Listvideostoryboards 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": "listVideoStoryboards",
  "method": "GET",
  "path": "/api/v1/videos/{id}/storyboards",
  "summary": "List storyboards of a video",
  "description": "**PeerTube >= 6.0**",
  "tags": [
    "Video"
  ],
  "parameters": [
    {
      "name": null,
      "in": null,
      "required": false,
      "description": "",
      "schema": {}
    }
  ],
  "requestBody": null,
  "responses": {
    "200": {
      "description": "successful operation",
      "examples": {}
    }
  }
}