Skip to main content
PATCH
Update Experience

Overview

The Update Experience endpoint lets you modify an existing work experience’s details. Only include the fields you want to change. Pass null for optional fields to clear them.
Scope required: experiences:write | Rate limit: 20 requests/min

Request

Path Parameters

string
required
The experience’s unique ID

Body Parameters

All fields are optional, but at least one must be provided.
string
Job title (max 200 characters)
string
Company name (max 200 characters)
string
Work location (max 200 characters) (nullable)
string
ISO 8601 datetime (nullable)
string
ISO 8601 datetime (nullable)
boolean
Whether this is the current position (nullable)
string
Role description (nullable)
string[]
List of responsibilities (nullable)
string[]
List of achievements (nullable)

Query Parameters

string
Target a specific resume by its id (from list-resumes). Omit to use your base/default resume; the resume must be self-contained.

Example

Response

boolean
Whether the experience was updated
string
The experience’s ID