Globals
REST API operations for globals
Overview
Required permissions
Operations
Authorizations
X-API-KeystringRequired
Body
bodystringRequired
The python body of the global
descriptionstringOptional
The description of the global
idstringRequired
The id of the global
tagsstring[]Optional
The tags for the global
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
409
exists: Conflict response.
application/json
post
/globalsput creates or updates a global
Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired
The id of the global
Body
bodystringRequired
The python body of the global
descriptionstringOptional
The description of the global
tagsstring[]Optional
The tags for the global
Responses
200
200 returned if the item already existed
application/json
201
201 returned if the item was created
application/json
400
bad_request: Bad Request response.
application/json
put
/globals/{id}Authorizations
X-API-KeystringRequired
Query parameters
cursorstringOptional
the pagination token
limitinteger · int64OptionalDefault:
the maximum results to return
100name-containsstringOptional
Substring search by name (case-insensitive)
created-bystringOptional
Only include rules whose creator matches this user ID or actor ID
last-modified-bystringOptional
Only include rules last modified by this user ID or actor ID
Responses
200
OK response.
application/json
get
/globals200
OK response.
Last updated
Was this helpful?

