Manage Object Schema Board Connection
manage_object_schema_board_connectionConnect boards to account-level object schemas to inherit column structure, or detach them to remove the schema association.
Instructions
Connect or detach a board from an account-level object schema. connect: attaches a board to an object schema so it inherits the schema column structure. detach: removes one or more boards from their object schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The operation to perform. connect: attaches a board to an object schema so it inherits the schema column structure. detach: removes one or more boards from their object schema. | |
| boardId | No | Required for action=connect. The ID of the board to connect. | |
| boardIds | No | Required for action=detach. The IDs of the boards to detach. | |
| objectSchemaId | No | Required for action=connect. The ID of the object schema. Either objectSchemaId or objectSchemaName must be provided. | |
| objectSchemaName | No | Required for action=connect. The name of the object schema. Either objectSchemaId or objectSchemaName must be provided. |