Audits

Assign (or clear) a section owner

PATCH
/audits/sections/{sectionId}/assign

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Path Parameters

sectionId*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/audits/sections/497f6eca-6276-4993-bfeb-53cbbbba6f08/assign" \  -H "Content-Type: application/json" \  -d '{    "assigned_owner_id": "66b69232-53ec-4fa6-bcba-04e0f63c2a72"  }'
Empty
Empty
Empty
{  "message": "string"}