Update Custom Schema
machship_update_custom_schemaUpdates an existing custom schema in the Machship platform by specifying its DotNet class ID and providing an updated JSON schema definition.
Instructions
Updates an existing custom schema by its DotNet class ID.
Args:
id (string): DotNet class ID of the schema to update
schema (object): Updated JSON schema definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | DotNet class ID | |
| schema | Yes | Updated JSON schema definition |