Skip to main content
PATCH
Update Education

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.

URL Parameters

Authentication

Include the access token in the Authorization header:

Description

Update an existing education entry. Only fields provided in the request body will be updated (partial update).

Request Body

All fields are optional for updates:

Degree Type Values

Example Request Body

Response

Success Response (200 OK)

Response Fields

string
Unique identifier for the education entry.

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found

400 Bad Request - Validation Error

Example Request

Notes

Partial Update: Only provide the fields you want to update. All other fields will remain unchanged.
Updating Current Status: To mark a completed education as currently studying, set isCurrent to true and remove endDate.