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"
]
}One shape from the contract, as it appears on the wire.
Used by apiKeys.create, apiKeys.list, apiKeys.revoke, apiKeys.update, auth.me
{
"type": "string",
"enum": [
"read",
"data",
"control"
]
}