Skip to main content
POST
Create a new review tag

Body

application/json

Request body for creating 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

Response

Created.

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.