---
title: "添加SQL白名单"
method: POST
path: "/v1/projects/{project_name}/audit_whitelist"
tags: ["audit_whitelist"]
---

# 添加SQL白名单

`POST /v1/projects/{project_name}/audit_whitelist`

create a sql whitelist

## Path parameters

- `project_name` string, required

## Request body

- V1CreateAuditWhitelistReqV1
  - `desc` string
  - `match_type` 'exact_match' | 'fp_match'
  - `value` string

## Response `200`

OK

---

[API](https://skmtc.dev/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.dev/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/revisions/3e36a0067703/schema)
