# Update a note **PUT /notes/{note_id}** At least one of the following query parameters is required: casting_id, booking_id, model_id, contact_id ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **note_id** (integer(int32)) ID of note to update ### Query parameters - **casting_id** (integer(int32)) ID of casting to assign note to - **booking_id** (integer(int32)) ID of booking to assign note to - **model_id** (integer(int32)) ID of model to assign note to - **package_id** (integer(int32)) ID of package to assign note to ## Responses ### 200 Note updated successfully #### Body: application/json (array[array]) ### 400 A validation error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)