# Update a specific note (put is depricated) **PATCH /notes/{noteid}** To update the note with the note specified ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **noteid** (integer) The ID of the note to change. ### Body: text/plain (array[object]) - **unique_id** (integer) - **for** (string) - **text** (string) The text of the note - **visibility** (string) - **visibility_group** (integer) When the visibility is set to group, you must include this other property, otherwise its optional - **color_code** (string) The color code used for this note - **note_type_id** (integer) ## Responses ### 200 OK #### Body: application/json (object) - **success** (string) - **note_id** (integer) The ID of the note just updated - same as the original note id ### 400 Error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)