edit
Change
Note
@PatchMapping(path = "/{" + PROJECT_IDENTIFIER_KEY + "}" + UPDATES_PATH + "{" + UPDATE_IDENTIFIER_KEY + "}/" + NOTES_KEY +
"/{" + NOTE_IDENTIFIER_KEY + "}",
headers = []
)
Method to edit an existing change note of an update
Return
the result of the request as String
Parameters
id
The identifier of the user
token
The token of the user
projectId
The identifier of the project where add the new change note
updateId
The identifier of the update where add the new change note
noteId
The identifier of the note to edit
payload
The payload with the content of the change note