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