PeerTube · Example Payload

Get_Api_V1_Watched Words_Server_Lists

**PeerTube >= 6.2**

Watched Words

Get_Api_V1_Watched Words_Server_Lists 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": "get_api_v1_watched-words_server_lists",
  "method": "GET",
  "path": "/api/v1/watched-words/server/lists",
  "summary": "List server watched words",
  "description": "**PeerTube >= 6.2**",
  "tags": [
    "Watched Words"
  ],
  "parameters": [],
  "requestBody": null,
  "responses": {
    "200": {
      "description": "successful operation",
      "examples": {}
    }
  }
}