PeerTube · Example Payload

Get_Api_V1_Custom Pages_Homepage_Instance

Homepage

Get_Api_V1_Custom Pages_Homepage_Instance 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_custom-pages_homepage_instance",
  "method": "GET",
  "path": "/api/v1/custom-pages/homepage/instance",
  "summary": "Get instance custom homepage",
  "description": "",
  "tags": [
    "Homepage"
  ],
  "parameters": [],
  "requestBody": null,
  "responses": {
    "404": {
      "description": "No homepage set",
      "examples": {}
    },
    "200": {
      "description": "successful operation",
      "examples": {}
    }
  }
}