---
title: "Mark all of a staff member's entries in a step complete"
method: PATCH
path: "/reports/steps/{stepId}/{staffId}/complete"
tags: ["Reports"]
---

# Mark all of a staff member's entries in a step complete

`PATCH /reports/steps/{stepId}/{staffId}/complete`

**Requires permission:** *ReportAdmins*

Marks every entry in the step for the given MIS staff id as complete (port of RPT_A_MarkAllAsComplete). Report-admin only.

## Path parameters

- `stepId` integer, required
- `staffId` integer, required

## Response `200`

Success - Marked complete

## Other responses

- `204` — No Content
- `400` — An Error Occurred - Could not mark complete
- `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/28344aa564b4/schema)
