---
search:
  tags:
    - Staff
    - PATCH
seo:
  description: >-
    A patch: omitted fields are left alone. A row backed by a signed-in…
    Reference for the PATCH /api/v1/staff/{id} endpoint in the Bloomcount Public
    API API.
sidebar:
  label: Update a staff member
  badge: PATCH
title: Update a staff member
type: openapi-operation
---
A patch: omitted fields are left alone. A row backed by a signed-in account keeps its name in step with that
account, so a rename here can be overwritten.

**Errors**

- `404 staff_not_found` — unknown ID, or one belonging to another tenant.
- `422 staff_name_required` — `name` present but blank.
- `422 invalid_rate` — a negative rate.

<Operation source="reference" id="patch-api-v1-staff-id" />
