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}Last updated
Was this helpful?

