Full name: projects.locations.instances.legacySdk.legacyChangeCaseStage
Legacy RPC for change case stage.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The ChangeCaseStage request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:changeCaseStage |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "caseId": string, "alertIdentifier": string, "stage": string } |
Fields | |
---|---|
caseId |
Required. The change case stage data. |
alertIdentifier |
Required. The alert identifier to change the case stage for. |
stage |
Required. The new case stage. |
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.