Approve an action's run
PATCH/v1/actions/runs/:run_id/approval
This route allows you to approve or decline a request to execute an action that requires approval.
To learn more about manual approval for actions, check out the documentation.
Request
Path Parameters
run_id stringrequired
The identifier of the action run you want to approve/decline.
- application/json
Body
required
status stringrequired
Possible values: [APPROVE
, DECLINE
]
description string
A description and/or reason for the given status.
Responses
- 200
Default Response
Loading...