Skip to main content
PATCH
Update Work Experience

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 work experience entry. Only fields provided in the request body will be updated (partial update).

Request Body

All fields are optional for updates:

Example Request Body

Response

Success Response (200 OK)

Response Fields

string
Unique identifier for the work experience 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 Job: To mark a past job as current, set isCurrent to true and remove endDate.