---
title: "Update submission status"
method: POST
path: "/api/forms/{formId}/submissions/{submissionId}/status"
tags: ["Forms"]
---

# Update submission status

`POST /api/forms/{formId}/submissions/{submissionId}/status`

Updates the status of a form submission.

## Path parameters

- `formId` integer, required
- `submissionId` integer, required

## Request body

- UpdateStatusRequest — Request model for updating a form submission status.
  - `status` string, required — The status of the submission.

## Response `200`

The submission status was updated successfully.

- UpdateStatusResponse — Response model for updating a form submission status.
  - `submissionId` integer — The ID of the submission.
  - `status` string — The status of the submission.

## Other responses

- `400` — Invalid status or business rule violation
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Submission not found

## Changes

- **2025-11-21** `50eff5014b78` — 1 breaking
  - removed the media type `application/problem+json` for the response with the status `400`
- **2025-03-24** `fbc3fe6ecbf1` — 1 info
  - added the media type `application/problem+json` for the response with the status `400`

[Change history](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/forms/:formId/submissions/:submissionId/status/post.md)

---

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