---
title: "Adds candidate note"
method: POST
path: "/v1/hire/jobs/{jobId}/candidate/{candidateId}/notes"
tags: ["Jobs"]
---

# Adds candidate note

`POST /v1/hire/jobs/{jobId}/candidate/{candidateId}/notes`

Updated the candidate

## Path parameters

- `candidateId` string, required
- `jobId` string, required

## Request body

- CandidateNoteDTO
  - `comments` string, nullable — Gets or sets the commnet
  - `tags` string[], nullable — Gets or sets the candidate tags

## Response `200`

Success

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.net/keka/apis/keka-api.md) · [All operations](https://skmtc.net/keka/apis/keka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keka/keka-api/revisions/907ea395c885/schema)
