Outline · Example Payload

Starslist

Stars

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

Top-level fields

operationIdpathmethodsummarytagsrequestSchema

Example Payload

Raw ↑
{
  "operationId": "starsList",
  "path": "/stars.list",
  "method": "POST",
  "summary": "List all stars",
  "tags": [
    "Stars"
  ],
  "requestSchema": {
    "$ref": "#/components/schemas/Pagination"
  }
}