edit_schema
Rename or update the description of an existing schema in a project, identified by project and schema UUIDs.
Instructions
Изменить название и/или описание схемы.
Args:
project_uuid: UUID проекта.
schema_uuid: UUID схемы.
schema_name: Новое название схемы.
schema_description: Новое описание схемы (необязательно).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | Yes | ||
| schema_uuid | Yes | ||
| project_uuid | Yes | ||
| schema_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |