Method: cases.executeBulkChangeStage

Full name: projects.locations.instances.cases.executeBulkChangeStage

Add cases stage in bulk.

HTTP request


Path parameters

Parameters
parent

string

Required. The instance to execute bulk change stage on. Format: projects/{project}/locations/{location}/instances/{instance}/cases:executeBulkChangeStage

Request body

The request body contains data with the following structure:

JSON representation
{
  "casesIds": [
    integer
  ],
  "stage": string
}
Fields
casesIds[]

integer

Required. Cases to add change stage for.

stage

string

Required. The case stage to change.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.