---
title: "Update an Oncall Shift Handover"
method: PATCH
path: "/oncall/handovers/{id}"
tags: ["Oncall Shifts"]
---

# Update an Oncall Shift Handover

`PATCH /oncall/handovers/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateOncallShiftHandoverRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` UpdateOncallShiftHandoverAttributes, required
    - `content` OncallShiftHandoverSection[]
      - `header` string, required
      - `jsonContent` string
      - `kind` 'regular' | 'annotations', required
    - `pinnedAnnotationIds` string[]

## Response `200`

OK

- UpdateOncallShiftHandoverResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` OncallShiftHandover, required
    - `attributes` OncallShiftHandoverAttributes, required
      - `content` OncallShiftHandoverSection[], required
        - `header` string, required
        - `jsonContent` string
        - `kind` 'regular' | 'annotations', required
      - `pinnedAnnotations` EventAnnotation[], required
        - `attributes` EventAnnotationAttributes, required
          - `creator` ExpandableUserAttributes, required
            - `attributes` UserAttributes
              - …
            - `id` string, required
          - `event` ExpandableEventAttributes, required
            - `attributes` EventAttributes
              - …
            - `id` string, required
          - `minutesOccupied` integer, required
          - `notes` string, required
          - `tags` string[], required
        - `id` string, required
      - `sentAt` string, date-time, required
      - `shiftId` string, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-07-29** (v1) `227f4f2711e4` — 1 info
  - added the required property `data/attributes/pinnedAnnotations/items/attributes/creator/attributes/organizationRole` to the response with the `200` status
- **2026-07-23** (v1) `daf788b63356` — 1 breaking, 1 info
  - removed the required property `data/attributes/pinnedAnnotations/items/attributes/event/attributes/projections` from the response with the `200` status
  - added the optional property `data/attributes/pinnedAnnotations/items/attributes/event/attributes/projection` to the response with the `200` status
- **2026-07-13** (v1) `20b68d4c1a5d` — 2 breaking
  - the `data/attributes/pinnedAnnotations/items/attributes/event/attributes/attributes` response property contentEncoding changed from `` to `base64` for the status `200`
  - the `data/attributes/pinnedAnnotations/items/attributes/event/attributes/attributes` response's property type/format changed from `object`/`` to `string`/`` for status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rezible/apis/rezible-api/changes/oncall/handovers/:id/patch.md)

---

[API](https://skmtc.dev/rezible/apis/rezible-api.md) · [All operations](https://skmtc.dev/rezible/apis/rezible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rezible/rezible-api/revisions/eaee3040e50d/schema)
