Audits

Set peer reviewers for an audit

PATCH
/audits/{id}/peer-reviewers

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Path Parameters

id*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/497f6eca-6276-4993-bfeb-53cbbbba6f08/peer-reviewers" \  -H "Content-Type: application/json" \  -d '{    "reviewer_user_ids": [      "272c7164-a70b-4d78-90d5-f36f9c5842e4"    ]  }'
Empty
Empty
{  "message": "string"}