---
title: "PATCH /api/v1/advances/approve"
method: PATCH
path: "/api/v1/advances/approve"
tags: ["Advances"]
---

# PATCH /api/v1/advances/approve

`PATCH /api/v1/advances/approve`

## Headers

- `publicKey` string
- `privateKey` string

## Request body

- PatchApproveAdvanceRequestDto
  - `advanceId` string, uuid
  - `comment` string, nullable
  - `value` number, double

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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