---
title: "Marks the given issue as committed"
method: POST
path: "/issues/{issue_id}/commit"
tags: ["Issue"]
---

# Marks the given issue as committed

`POST /issues/{issue_id}/commit`

Called by the issue tracker to indicate that it has committed all changes from this issue (If-Match header is required)

## Path parameters

- `issue_id` string, required

## Headers

- `If-Match` string, required

## Response `204`

Updated issue

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — Entity not found
- `412` — If-Match header did not match current entity version
- `default` — Unknown error

---

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