v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Administration - Labels

Rename Label

Renames an existing label

put/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}

Path parameters

orgUuidstring required

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

labelUuidstring required

Label UUID (Administration > Labels)

Request body

namespacestring required
valuestring required

Example request

{
  "namespace": "Label Namespace A",
  "value": "Label Value A"
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d",
  "response": {
    "message": "Success!"
  }
}