---
title: "Update Label for Applicant"
method: PUT
path: "/v2/applicants/{id}/labels/{title}"
tags: ["Labels"]
---

# Update Label for Applicant

`PUT /v2/applicants/{id}/labels/{title}`

This method updates a list of labels for an applicant. Use it to delete existing labels for an applicant or add new ones.

## Path parameters

- `id` string, required
- `title` string, required

## Query parameters

- `completed` boolean
- `completed_at` string

## Response `200`

OK

- Labels
  - `labels` object[]
    - `title` string
    - `completed` union
      - boolean
      - integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
