Create or update a variable

Creates a new variable or updates an existing one if it already exists. This endpoint uses upsert functionality, so it will create the variable if it doesn't exist or update it if it does.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Variable data to create or update

string
required

Variable name

string
enum
required

Variable type

Allowed:
value
object
required

Variable value (string, number, or object based on type)

Responses

400

Bad Request - The server cannot process the request due to client error.

401

Unauthorized - Authentication is required and has failed or has not been provided.

403

Forbidden - Insufficient permissions to access this resource

500

Internal Server Error - The server encountered an unexpected condition that prevented it from fulfilling the request.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json