Method: legacy.legacyCreateOrUpdateCase

Full name: projects.locations.instances.legacy.legacyCreateOrUpdateCase

Legacy RPC for creating or updating an existing case.

HTTP request

POST https://chronicle.googleapis.com/v1alpha/{instance}/legacy:legacyCreateOrUpdateCase

Path parameters

Parameters
instance

string

Required. Chronicle instance this request is sent to. Format: projects/{project}/locations/{location}/instances/{instance}/legacy

Request body

The request body contains data with the following structure:

JSON representation
{
  "case_resource": {
    object (LegacyCase)
  }
}
Fields
case_resource

object (LegacyCase)

Required. The case to be created or updated.

Response body

If successful, the response body contains an instance of LegacyCase.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.