v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-271727149.6 KB
Workplaces

Update an existing workplace.

patch/v1/workplaces/{id}

Path parameters

idstring required

Public workplace identifier

Example:wkp_1234

Public workplace identifier

Request body

namestring

Response

Success

idstring required

Public workplace identifier

namestring required
type'remote' | 'office' required
status'active' | 'archived' required
createdAtstring required

a string to be decoded into a Date

Example response

{
  "id": "wkp_1234",
  "name": "Warp HQ"
}