Variables
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidOptionalExample:
Unique identifier for the variable
cfd531e0-82fc-11e9-bc42-526af7764f64namestringOptionalExample:
Name of the variable
API_KEYvaluestring · nullableOptionalExample:
Value of the variable
my-secret-keytypestringOptionalExample:
Type of the variable (e.g., string, number)
stringcreatedDatestring · date-timeOptionalExample:
Date and time when the variable was created
2024-08-24T14:15:22ZupdatedDatestring · date-timeOptionalExample:
Date and time when the variable was last updated
2024-08-24T14:15:22ZResponses
200
Variable created successfully
application/json
400
Invalid request body
422
Validation error
500
Internal server error
post
/variablesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Variable ID
Body
idstring · uuidOptionalExample:
Unique identifier for the variable
cfd531e0-82fc-11e9-bc42-526af7764f64namestringOptionalExample:
Name of the variable
API_KEYvaluestring · nullableOptionalExample:
Value of the variable
my-secret-keytypestringOptionalExample:
Type of the variable (e.g., string, number)
stringcreatedDatestring · date-timeOptionalExample:
Date and time when the variable was created
2024-08-24T14:15:22ZupdatedDatestring · date-timeOptionalExample:
Date and time when the variable was last updated
2024-08-24T14:15:22ZResponses
200
Variable updated successfully
application/json
400
Invalid ID or request body provided
404
Variable not found
500
Internal server error
put
/variables/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Variable ID
Responses
200
Variable deleted successfully
No content
400
Invalid ID provided
404
Variable not found
500
Internal server error
delete
/variables/{id}No content
Last updated