---
title: "Application Action API"
method: PUT
path: "/hr/approvals"
---

# Application Action API

`PUT /hr/approvals`

## Headers

- `api-token` string
- `x-api-key` string

## Request body

- object
  - `application_id` string — Unique ID of the application/request.
  - `status` string — Action status for the application. (1 – Approve 2 – Reject)
  - `remarks` string — Comments or reason provided while approving or rejecting the application.

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
