Method: legacySdk.legacyUpdateCaseScore

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

Legacy RPC for updating case score.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance of the legacy sdk. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseScores": [
    {
      object (CaseScore)
    }
  ]
}
Fields
caseScores[]

object (CaseScore)

Required. The list of case scores.

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.

CaseScore

The CaseScore message.

JSON representation
{
  "caseId": string,
  "score": number
}
Fields
caseId

string (int64 format)

Required. The case id.

score

number

Required. The score of the case.