Skip to content

Rename Label

Request

Renames an existing label

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

labelUuidstringrequired

Label UUID (Administration > Labels)

Bodyapplication/jsonrequired
namespacestring(Label Namespace)required
Example:"Label Namespace A"
valuestring(Label Value)required
Example:"Label Value A"
PUT
/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}
{ "namespace": "Label Namespace A", "value": "Label Value A" }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(MessageDTO)
Response
{ "supportToken": "1171c60d", "response": { "message": "Success!" } }