restore_output_schema
Restore a soft-deleted output schema by its ID. Avoids version check conflicts but may fail if a live schema claims the same name or slot.
Instructions
Undo delete_output_schema — bring a soft-deleted output_schema back. Takes no version check (a restore must never lose to a stale-version guard). Can 409 if a live output_schema now holds a name/slot this one also claims.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The output_schema's id. |