Manually approve partner submission (super-admin)
Coming soon
The v2 MCP API is in preview and not yet generally available. These pages document its tools and request/response shapes; live data access is limited to enrolled organizations until v2 is released.
Manually promote an in_review partner submission to approved (HG operators only). Re-runs Stage-1 lint then materializes via the shared materializer so manual-approve cannot drift from auto-approve. Records manuallyApprovedByUserId + optional note for audit. Requires an HG super-admin user; partner-org admins are rejected with forbidden_super_admin.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
submissionId | string | ✅ Yes | - | UUID of the in-review partner submission to promote to approved. |
note | string | ❌ No | - | Optional operator note explaining why this submission was manually approved (e.g., context for advisory-mode override). Stored on the submission row for audit. |