GuideLab API

Update a report

Updates a tenant-scoped report. Built-in query definitions cannot be replaced. Lab owner/admin only.

PATCH
/reports/{id}

Updates a tenant-scoped report. Built-in query definitions cannot be replaced. Lab owner/admin only.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

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/reports/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true}
Empty
Empty
Empty
Empty