---
title: "PATCH /candidates/{candidate_pk}/skills/{id}/"
method: PATCH
path: "/candidates/{candidate_pk}/skills/{id}/"
tags: ["candidates"]
---

# PATCH /candidates/{candidate_pk}/skills/{id}/

`PATCH /candidates/{candidate_pk}/skills/{id}/`

Update partially a candidate skill.

## Request body

- object
  - `id` integer
  - `skill` integer — ID of an existing skill to associate with the candidate
  - `score` integer
  - `source` 'form' | 'linkedin_extension' | 'resume_sovren' | 'resume_parsy' | 'resume_mcp' | 'file_import' | 'openapi', nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

- object
  - `id` integer
  - `skill` integer — ID of an existing skill to associate with the candidate
  - `skill_name` string — Name of an existing skill to associate with the candidate
  - `score` integer
  - `source` 'form' | 'linkedin_extension' | 'resume_sovren' | 'resume_parsy' | 'resume_mcp' | 'file_import' | 'openapi', nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
