v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Tags

Create Tag

This endpoint creates a new Tag in a specified Product identified by the productId parameter, which can be obtained from the List Products endpoint.

post/v1/products/{productId}/tags

Path parameters

productIdstring uuid required

The identifier of the Organization.

Request body

namestring required

Name of the Tag.

colorstring nullable

Color of the Tag. Possible values: panther, whale, salmon, lizard, canary, koala, or any HTML color code.

Response

When the creation was successful.

tagIdinteger required

Identifier of the Tag.

namestring required

Name of the Tag.

colorstring nullable required

The configured color of the Tag.