Skip to main content
PATCH
Update a review tag

Path Parameters

id
string
required

The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.

Body

application/merge-patch+json

Representation used to patch a review tag using the JSON Merge Patch format and processing rules.

label
string | null

The display label for the review tag.

Required string length: 1 - 50
type
enum<string> | null

The type of the review tag indicating sentiment.

Available options:
positive,
negative

Response

Ok. The operation succeeded.

A representation of a review tag.

label
string
required

The display label for the review tag.

Required string length: 1 - 50
type
enum<string>
required

The type of the review tag indicating sentiment.

Available options:
positive,
negative
id
string
required

The unique identifier for the review tag.

createdAt
string<date-time>
required

The date-time when this resource was created, in RFC 3339 date-time YYYY-MM-DDThh:mm:ss.sssZ format, UTC. This is derived and immutable.

updatedAt
string<date-time>
required

The date-time when this resource was updated, in RFC 3339 date-time YYYY-MM-DDThh:mm:ss.sssZ format, UTC. This is derived and immutable.