Outline · Example Payload

Authconfig

Auth

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

Top-level fields

operationIdpathmethodsummarytags

Example Payload

Raw ↑
{
  "operationId": "authConfig",
  "path": "/auth.config",
  "method": "POST",
  "summary": "Retrieve auth config",
  "tags": [
    "Auth"
  ]
}