Skip to main content

Approve an action 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.

Body

required

    status stringrequired

    Possible values: [APPROVE, DECLINE]

    description string

    A description and/or reason for the given status.

Responses

Success

Loading...