Update Character
Update updates an existing Character resource.
This RPC accepts an UpdateCharacterRequest containing the updated character data and an update mask to specify which fields should be modified. The updated Character is then returned.
HTTP Mapping: PATCH “/v1/conversation/characters/{character.name=characters/*}”
Path parameters
character
The character id.
Query parameters
updateMask
update_mask specifies the fields to update in the Character.
Request
This endpoint expects an object.
displayName
display_name is the human-readable name for the Character.
name
name is the unique resource identifier for the Character. It follows the format “characters/{character}”.
description
description provides a brief overview of the Character's purpose.
Response
OK
displayName
display_name is the human-readable name for the Character.
name
name is the unique resource identifier for the Character. It follows the format “characters/{character}”.
description
description provides a brief overview of the Character's purpose.
versions
version is the current version of the Character.
Errors
400
Bad Request Error