GuideLab API

Approve surgical report (clinic only)

Approves the current immutable revision, completes the approval task, resolves its hold, and resumes production.

POST
/orders/{id}/surgical-report/{reviewId}/approve

Approves the current immutable revision, completes the approval task, resolves its hold, and resumes production.

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
reviewId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/orders/string/surgical-report/string/approve" \  -H "Content-Type: application/json" \  -d '{    "commandId": "9e2dd63c-3478-489f-86d3-8c292a65a0aa"  }'
{  "success": true,  "autoResumed": true,  "replayed": true}
Empty
Empty
Empty
Empty