Plane docs
ApiSchemas

Scope

One shape from the contract, as it appears on the wire.

Used by apiKeys.create, apiKeys.list, apiKeys.revoke, apiKeys.update, auth.me

JSON Schema

{
  "type": "string",
  "enum": [
    "read",
    "data",
    "control"
  ]
}

On this page