Full name: projects.locations.instances.cases.caseAlerts.move
Move CaseAlert to a different case.
HTTP request
Path parameters
Parameters | |
---|---|
name |
Required. The CaseAlert to move. The CaseAlert's |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "destinationCaseId": integer } |
Fields | |
---|---|
destinationCaseId |
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 |
Output only. The new case to which the alert was moved to, or null if the move failed. |
valid |
Output only. Was the operation valid. |
errors[] |
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.