Skip to main content
PATCH
Update Education

Overview

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

Request

Path Parameters

string
required
The education entry’s unique ID

Body Parameters

All fields are optional, but at least one must be provided.
string
School or institution name (max 200 characters)
string
Degree type (max 200 characters)
string
Field of study (max 200 characters) (nullable)
string
Location of the institution (max 200 characters) (nullable)
string
ISO 8601 datetime (nullable)
string
ISO 8601 datetime (nullable)
boolean
Whether currently enrolled (nullable)
string
Additional details (nullable)
string
Grade or classification (max 50 characters) (nullable)
number
GPA value (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 education was updated
string
The education entry’s ID