cURL
curl --request POST \ --url http://localhost:3001/portal-api/products/{product_id}/tags \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "Name": "monetization" } '
{ "Name": "monetization" }
Attach a tag to this API Product
UID of an API Product
1
Name of this tag
"monetization"
The tag is successfully attached to the API Product
Was this page helpful?