Method: legacySdk.legacyChangePriority

Full name: projects.locations.instances.legacySdk.legacyChangePriority

Legacy RPC for change case priority.

HTTP request


Path parameters

Parameters
instance

string

Required. The ChangeCasePriority request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:changeCasePriority

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseId": string,
  "alertIdentifier": string,
  "priority": enum (CasePriority)
}
Fields
caseId

string (int64 format)

Required. The change case priority data.

alertIdentifier

string

Required. The alert identifier to change the case priority for.

priority

enum (CasePriority)

Required. The new case priority.

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.