Skip to main content
PATCH
Update Experience

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

experience_id
string<uuid>
required

Body

application/json

Partial update — all fields optional.

companyName
string | null
position
string | null
shipType
string | null
startDate
string<date> | null
endDate
string<date> | null
notes
string | null

Response

Successful Response

API response shape (camelCase).

id
string<uuid>
required
companyName
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
position
string | null
shipType
string | null
startDate
string<date> | null
endDate
string<date> | null
notes
string | null