API ReferenceQuote Scope Section
quoteScopeSection.replace
Type: Mutation ยท Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| quoteId | string | Yes | โ | ID of the associated quote |
| sections | object[] | Yes | โ | Sections |
Example
{
"quoteId": "550e8400-e29b-41d4-a716-446655440000",
"sections": []
}