Full name: projects.locations.instances.cases.merge
Merge cases.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The instance to merge cases on. Format: projects/{project}/locations/{location}/instances/{instance}/cases |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "casesIds": [ integer ], "caseToMergeWith": integer } |
Fields | |
---|---|
casesIds[] |
Required. Cases to merge. |
caseToMergeWith |
Required. Case to merge with. |
Response body
Response message for cases.merge.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "newCaseId": integer, "isRequestValid": boolean, "errors": [ string ] } |
Fields | |
---|---|
newCaseId |
Output only. New caseId if request is successful, null otherwise. |
isRequestValid |
Output only. Flag that indicates whether the request is valid or not. |
errors[] |
Output only. Error list if request is invalid. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.