wealthbox.events.update
Update an existing event in Wealthbox by its unique ID. Modify title, times, location, category, description, or pass a raw body for full control.
Instructions
Update event by id. You can also pass raw body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| title | No | ||
| ends_at | No | ||
| location | No | ||
| starts_at | No | ||
| category_id | No | ||
| description | No |