cURL
curl --request POST \ --url http://localhost:8080/api/v1/tags \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "name": "<string>" }, "type": "<string>" } } '
{ "attributes": { "name": "<string>" }, "id": "<string>", "type": "<string>" }
Create a new tag with the provided information
Tag information
Tag input model
Show child attributes
Created
Tag response model
Was this page helpful?