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

contentstring required
type'ARRIVAL_INSTRUCTIONS' required

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.