curl --request POST \
--url https://api.example.com/v1/projects/{project}/plans/{plan}:runPlanChecks \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"specId": "<string>"
}
'{}Executes validation checks on a deployment plan. Permissions required: bb.planCheckRuns.run
curl --request POST \
--url https://api.example.com/v1/projects/{project}/plans/{plan}:runPlanChecks \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"specId": "<string>"
}
'{}OK
The response is of type object.
Was this page helpful?