Method: uniqueEntities.addNote

Full name: projects.locations.instances.uniqueEntities.addNote

Adds a note to a UniqueEntity.

HTTP request


Path parameters

Parameters
parent

string

Required. Format: projects/{project}/locations/{location}/instances/{instance}/uniqueEntities

Request body

The request body contains an instance of UniqueEntityAddNote.

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.

UniqueEntityAddNote

Request message for UniqueEntityAddNote.

JSON representation
{
  "author": string,
  "content": string,
  "entityIdentifier": string,
  "entityType": string,
  "entityEnvironment": string
}
Fields
author

string

Required. The author of the note.

content

string

Required. The content of the note.

entityIdentifier

string

Required. The entity identifier.

entityType

string

Required. The entity type.

entityEnvironment

string

Required. The entity environment.