user-notes-controller
Update a note
patch/api/users/{userId}/repair-orders/{referenceNum}/notes/{noteId}
Path parameters
userIdinteger required
referenceNumstring required
noteIdstring uuid required
Request body
Example request
{
"content": "Arrival instructions...",
"type": "ARRIVAL_INSTRUCTIONS"
}Response
The note was successfully updated
Changes
No recorded changes to this endpoint across all 1 revision of this API.