# Upsert job note Endpoint: PUT /jobs/{jobId}/notes/{noteId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `jobId` (string, required) The job Id - `noteId` (string, required) The unique note identifier ## Request fields (application/json): - `notes` (string) ## Response 400 fields (application/json): - `message` (string) Example: "missing data" ## Response 404 fields (application/json): - `message` (string) Example: "not found"