Skip to main content
POST
Trigger Execution

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 signal.

Body

application/json
variables
object | null

A JSON object containing variable key-value pairs. Each key is a variable name and each value a JSON variable value object.

Response

Request successful. This method returns no content.