v1

latestSwagger 2.02026-07-13137761.0 MB
PAM asset tag

Update/create a PAM asset tag

This endpoint allows you to update a given PAM asset tag. Know more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no tag exists for the given code, it creates it.

patch/api/rest/v1/asset-tags/{code}

Path parameters

codestring required

Code of the resource

Request body

codestring required

PAM asset tag code

Example request

{
  "code": "tshirt"
}

Response

Created