Add Product Tags

Add Product Tags

Define tags per product, defined in a list.

Request
URI
POST
https://{api_host}/https://{{host}}:{{port}}/api/v5/lcm/tags/product/{environmentId}/{productId}
COPY
Path Parameters
string
environmentId
Required

ID of the environment

string
productId
Required

ID of the product within the environment


Request Body
Array of string of type(s) application/json
Optional
[
    {}
]
Responses
200

Product tags were defined.

Operation doesn't return any data structure

401

Unauthorized access

Operation doesn't return any data structure