---
title: "Set approval flag"
method: POST
path: "/v2/files/meta/approval"
tags: ["v2"]
---

# Set approval flag

`POST /v2/files/meta/approval`

Use this API method to set the file approval tag (approved or not) and an optional comment. Used as part of an image review and approval process.

## Query parameters

- `filename` string, required

## Request body

- Model66
  - `approved` boolean, required
  - `comment` string, required

## Response `default`

Successful

---

[API](https://skmtc.dev/sirv/apis/api-documentation.md) · [All operations](https://skmtc.dev/sirv/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sirv/api-documentation/revisions/80ff016d7d3a/schema)
