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"
}

Changes