---
title: "Replace education"
method: PUT
path: "/candidates/{id}/education"
tags: ["Candidates"]
---

# Replace education

`PUT /candidates/{id}/education`

Replace all education records for a specific candidate.

## Path parameters

- `id` string, required

## Request body

- ReplaceCandidateEducationListDto
  - `items` ReplaceCandidateEducationDto[], required
    - union
      - object
        - `companyId` string, required
        - `degree` 'High School' | 'Certificate' | 'Diploma' | 'Associate' | 'Professional' | 'Vocational' | 'Bachelor' | 'Master' | 'Postgraduate Diploma' | 'MBA' | 'LLM' | 'PhD' | 'Postdoctoral', nullable, required
        - `fieldOfStudy` string, nullable, required
        - `grade` string, nullable, required
        - `description` string, nullable, required
        - `startDate` string, date-time, required
        - `endDate` string, date-time, required
        - `id` string, required
      - object
        - `companyId` string, required
        - `degree` 'High School' | 'Certificate' | 'Diploma' | 'Associate' | 'Professional' | 'Vocational' | 'Bachelor' | 'Master' | 'Postgraduate Diploma' | 'MBA' | 'LLM' | 'PhD' | 'Postdoctoral', nullable, required
        - `fieldOfStudy` string, nullable, required
        - `grade` string, nullable, required
        - `description` string, nullable, required
        - `startDate` string, date-time, required
        - `endDate` string, date-time, required

## Response `204`

Education replaced successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `404` — Candidate not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
