v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Applications

Add Application Label

Adds a new label to a application. A label can be a string or namespace:value pair that provide additional metadata to assist with project management.

put/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels

Path parameters

orgUuidstring required

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

applicationUuidstring required

Application UUID (Administration > Applications)

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!"
  }
}