Skip to main content
POST
Update/Delete Local Execution Variables

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the execution to set variables for.

Body

application/json
modifications
object | null

A JSON object containing variable key-value pairs.

deletions
string[] | null

An array of String keys of variables to be deleted.

Response

Request successful. This method returns no content.