Skip to main content
PUT
Rearrange resume sections

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Body

Serializer for rearranging resume sections. Accepts an array of section IDs representing the desired order.

section_ids
string<uuid>[]
required

Array of section IDs in the desired order

Minimum array length: 1

Response

id
string
required
read-only

The unique identifier for the resume entry.

user
string
required
read-only
job
string
required
read-only
status
string
required
read-only
sections
string
required
read-only
base
boolean
default:false

Whether the resume is a base resume for the user. One user can

thumbnail
string<uri> | null
Maximum string length: 200