update_app_endpoint
Modify an existing endpoint to update exposed columns, allowed methods, slug, or active status. Use endpoint ID from list_app_endpoints and column IDs from get_board_schema.
Instructions
Change an existing endpoint — most often to set exposedColumns on one that was created without them. Get the endpoint id from list_app_endpoints and the column ids from get_board_schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| slug | No | ||
| appId | Yes | ||
| isActive | No | ||
| endpointId | Yes | ||
| allowedMethods | No | ||
| exposedColumns | No | ||
| organizationId | No |