Skip to main content
Create Scope

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure represents a request to create a scope

displayName
string
required

The display name.

Example:

"my-scope"

filters
Filter · object[]
required

List of filters.

defaultExpression
string

The default expression.

Example:

"<v1>true"

description
string

Human-readable description.

Example:

"The best scope"

Response

This data structure represents a response to create a scope

scope
Scope · object
required

This data structure represents a scope