---
title: "Bulk change status of approval"
method: PUT
path: "/v3/approval/bulk-change-status"
tags: ["[v3] Approval"]
---

# Bulk change status of approval

`PUT /v3/approval/bulk-change-status`

Bulk change status of approval

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `approvalIds` unknown[], required — Array of approval ids
    - unknown
  - `status` integer, required — New status: 0 - Open 1 - Approved 2 - Pending 3 - Rejected

## Response `200`

OK

- object
  - `data` object
    - `bulkItemsChanged` object[]
      - `approvalId` integer
      - `status` integer
      - `modificationTime` string
      - `approvedBy` integer
      - `approvedBy2` integer

## Other responses

- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.
- `default` — Default

---

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