Method: caseAlerts.move

Full name: projects.locations.instances.cases.caseAlerts.move

Move CaseAlert to a different case.

HTTP request


Path parameters

Parameters
name

string

Required. The CaseAlert to move. The CaseAlert's name field is used to identify the CaseAlert. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{caseAlert}:move

Request body

The request body contains data with the following structure:

JSON representation
{
  "destinationCaseId": integer
}
Fields
destinationCaseId

integer

Optional. The case to which the alert will be moved to.

Response body

Response message for caseAlerts.move.

If successful, the response body contains data with the following structure:

JSON representation
{
  "newCaseId": integer,
  "valid": boolean,
  "errors": [
    string
  ]
}
Fields
newCaseId

integer

Output only. The new case to which the alert was moved to, or null if the move failed.

valid

boolean

Output only. Was the operation valid.

errors[]

string

Output only. Errors raised when moving the alert

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.