v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBProjects
Add Project Label
Adds a new label to a project. 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}/projects/{projectUuid}/labels
Path parameters
orgUuidstring required
org UUID (from the Mend App: Administration General > Organization UUID).
projectUuidstring required
UUID of the project
Request body
Example request
{
"namespace": "Label Namespace A",
"value": "Label Value A"
}Response
OK
Example response
{
"supportToken": "1171c60d",
"response": {
"message": "Success!"
}
}