POST
/
v1
/
projects
/
{project}
/
plans
/
{plan}
:runPlanChecks
{}

Path Parameters

project
string
required

The project id.

plan
string
required

The plan id.

Body

application/json
name
string
required

The plan to run plan checks. Format: projects/{project}/plans/{plan}

specId
string

The UUID of the specific spec to run plan checks for. This should match the spec.id field in Plan.Spec. If not set, all specs in the plan will be used.

Response

OK

The response is of type object.