curl --request POST \
--url https://api.example.com/v1/projects/{project}/rollouts/{rollout}/stages/{stage}/tasks:batchSkip \
--header 'Content-Type: application/json' \
--data '
{
"parent": "<string>",
"tasks": [
"<string>"
],
"reason": "<string>"
}
'{}Skips multiple tasks in a rollout stage. Permissions required: bb.taskRuns.create (or issue creator for data export issues, or user with rollout policy role for the environment)
curl --request POST \
--url https://api.example.com/v1/projects/{project}/rollouts/{rollout}/stages/{stage}/tasks:batchSkip \
--header 'Content-Type: application/json' \
--data '
{
"parent": "<string>",
"tasks": [
"<string>"
],
"reason": "<string>"
}
'{}The project id.
The rollout id.
The stage id.
OK
The response is of type object.
Was this page helpful?