Skip to main content
POST
Create Custom Section Item

Overview

Add an entry to a custom section. Only fields enabled in the section definition are persisted - other fields are silently dropped.
Scope required: custom-sections:write | Rate limit: 20 requests/min

Request

Path Parameters

string
required
Section definition id

Body Parameters

All fields are optional. Use only those listed in the parent section’s enabledFields.
string
Item title (max 200 characters)
string
Item subtitle (max 200 characters)
string
Organisation (max 200 characters)
string
Location (max 200 characters)
string
Free-text description
string
Free-text date or YYYY-MM-DD (max 20 characters)
string
Free-text date or YYYY-MM-DD (max 20 characters)
string
URL (max 500 characters)

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.

Response