---
title: "Update Accident Form"
method: PATCH
path: "/AccidentForms"
tags: ["Accidentforms"]
---

# Update Accident Form

`PATCH /AccidentForms`

**Requires permission:** *StaffMember*

Updates an existing Accident Form

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PatchAccidentFormRequest
  - `form` AccidentForm
    - `id` integer
    - `personIdentifier` string, nullable
    - `studentUpi` string, guid, nullable
    - `cause` string, nullable
    - `event` string, nullable
    - `department` string, nullable
    - `summary` string, nullable
    - `injuryType` string, nullable
    - `submittedByEmail` string, nullable
    - `formType` string, nullable
    - `incidentDate` string, date-time, nullable
    - `suspectedConcussion` boolean, nullable
    - `visitor` AccidentVisitor
      - `id` integer
      - `age` integer, nullable
      - `type` string, nullable
      - `fullName` string, nullable
      - `email` string, nullable
      - `contactNumber` string, nullable
    - `injuries` AccidentInjury[]
      - `id` integer
      - `formId` integer, nullable
      - `bodyPart` string, nullable
      - `subBodyPart` string, nullable
      - `injuryType` string, nullable

## Response `204`

Success - Updated accident form

## Other responses

- `400` — An Error Occurred - An Error Occurred - Could not update accident form please try again
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
