Skip to main content
POST
Run Decide

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

execution_id
string
required
Pattern: ^[0-9a-f]{32}$
record_id
string
required
Pattern: ^[0-9a-f]{64}$

Query Parameters

project
string
required
Required string length: 1 - 256

Body

application/json
decision
enum<string>
required
Available options:
release,
discard
note
string
required
Required string length: 1 - 1024

Response

Successful Response

record_id
string
required
decision
enum<string>
required
Available options:
release,
discard