Skip to main content
POST
Save work-session assignments

Authorizations

X-API-Key
string
header
required

Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.

Body

application/json
assignments
object
required

Keyed by person id. Each value is that person's full list of deliverable ids, with at least one entry.

Example:
shopId
string<uuid>
required

Department the sessions belong to.

startDate
string<date-time>

When the sessions start. Defaults to now.

shouldStopEntireBatch
boolean

Set this to stop the person's whole current batch rather than restarting the sessions you left in place.

Response

Saved. The response has no body.