---
title: "Add Project Label"
method: PUT
path: "/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels"
tags: ["Projects"]
---

# Add Project Label

`PUT /api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels`

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.

## Path parameters

- `orgUuid` string, required
- `projectUuid` string, required

## Request body

- LabelRequestDTOV3
  - `namespace` string, required
  - `value` string, required

## Response `200`

OK

- DWRResponseV3MessageDTO
  - `supportToken` string
  - `response` MessageDTO
    - `message` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
