# Update note

- Operation ID: `updateNoteUsingPUT`
- HTTP method: `PUT`
- Path: `/notes-service/by-id/{clientId}/{noteId}`
- Sanitized category OpenAPI YAML: <https://hub.synerise.com/api-reference/profile-management.yaml>
- [Human-readable API reference](https://hub.synerise.com/api-reference/profile-management#operation/updateNoteUsingPUT)

## Locate this method

Fetch the sanitized category YAML, then read `paths["/notes-service/by-id/{clientId}/{noteId}"]["put"]`. Confirm that its `operationId` is `updateNoteUsingPUT`. That operation contains the full parameters, request body, responses, schemas, and examples.
