Audits

Create an audit framework (template)

POST
/audit-frameworks

Creates a named framework/template in the caller's organization. Requires the Audit Manager role.

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/audit-frameworks" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "description": "string",    "version": "string"  }'
Empty
Empty
Empty
{  "message": "string"}
Empty