Skip to main content
PATCH
Update a shift

Authorizations

Authorization
string
header
required

Create a token under Organization settings → API. Tokens are shown once, on creation. They belong to the organization, not to you, so they keep working if you leave the team. API access is included on every plan; the rate limit depends on the plan.

Path Parameters

id
string
required

The ID of the slot.

slot
string
required

The shift's id.

Body

application/json
title
string

What the shift is called.

Example:

"Grill Master"

location
string | null

Where this shift happens.

Example:

"South gate"

start_time
string | null

Wall-clock start as HH:MM.

Example:

"11:30"

end_time
string | null

Wall-clock end as HH:MM.

Example:

"13:30"

capacity
integer

How many volunteers are needed.

Example:

6

notify_volunteers
boolean

Email volunteers about the change. Defaults to true.

Example:

false

Response

data
object