update_a_account_note
Modify the content of an existing account note. Provide the account ID, note ID, and new note text.
Instructions
🟡 WRITE · updates data · Accounts · PUT /accounts/{id}/notes/{noteid}
Update an account note
Modifies an existing record in place. Idempotent.
Update an existing note for a account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Account's id to assign new note to | |
| body | No | Request body (application/json). | |
| noteid | Yes | Account note's id to update |