UpdateExtractSchemaRequest
Example Usage
typescript
import { UpdateExtractSchemaRequest } from "@meetkai/mka1/models/operations";
let value: UpdateExtractSchemaRequest = {
schemaId: "schema_invoice_123",
requestBody: {},
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
schemaId | string | ✔️ | N/A | schema_invoice_123 |
requestBody | operations.UpdateExtractSchemaRequestBody | ✔️ | N/A |