Outline · Example Payload

Oauthauthenticationslist

OAuthAuthentications

Oauthauthenticationslist 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": "oauthAuthenticationsList",
  "path": "/oauthAuthentications.list",
  "method": "POST",
  "summary": "List accessible OAuth authentications",
  "tags": [
    "OAuthAuthentications"
  ],
  "requestSchema": {
    "$ref": "#/components/schemas/Pagination"
  }
}