createNote
deleteNote
getNote
getNotes
modifyNote
Modifies a note.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
projectName of the entity that owns the note |
releaseName |
String |
Name of the release |
noteName |
String |
The name of the note. |
newName |
String |
New name for an existing object that is being renamed. |
note |
String |
This represents the notes provided about the entity |