Skip to main content
PATCH
Edit Skillset
This is a partial update endpoint — only include the fields you want to change. Omitted fields remain unchanged.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
integer
required

Skillset ID

Body

application/json

Fields to update

Request body for updating an existing skillset. Only include fields you want to change.

role_title
string

Skillset name

Maximum string length: 75
on_for_new_signups
integer

Auto-assign to new workers (0 = no, 1 = yes)

Required range: 0 <= x <= 1
default_time
string<time>

Default shift start time (HH:mm)

Example:

"13:00"

default_comments
string

Default shift comments

Maximum string length: 65535
default_wage
integer

Default wage in cents

Required range: x >= 0
client_portal_access
integer

Visible in client portal (0 = no, 1 = yes)

Required range: 0 <= x <= 1

Response

OK

A skillset (role) that can be assigned to workers and shifts.

id
integer

Skillset identifier

role_title
string

Skillset name

default_time
string

Default shift start time (HH:mm)

Example:

"13:00"

default_comments
string | null

Default shift comments

default_payroll_group
string | null

Default payroll group code

on_for_new_signups
integer

Whether this skillset is auto-assigned to new workers (0 = no, 1 = yes)

Required range: 0 <= x <= 1
client_portal_access
integer

Whether this skillset is visible in the client portal (0 = no, 1 = yes)

Required range: 0 <= x <= 1