Create a TAG

POST https://{{crosswork_ip}}:30603/crosswork/inventory/v1/tags

Use this API Call to create a Tag on Crosswork.

Request Body

{"tags"=>[{"name"=>"tagtest", "category"=>"REST", "created_by"=>"admin"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring