update_note
Edit a note in Bexio by providing the note ID, user ID, event start, and subject to modify its details.
Instructions
Edit a note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | ||
| note_id | Yes | the id of the note | |
| subject | Yes | ||
| user_id | Yes | References a [user object](#operation/v3ListUsers) | |
| entry_id | No | ||
| module_id | No | ||
| contact_id | No | References a [contact object](#operation/v2ListContacts) | |
| event_start | Yes | ||
| pr_project_id | No | References a [project object](#operation/v2ListProjects) |