Structs§
- Create
Patch Note Params - struct for passing parameters to the method
create_patch_note - Delete
Patch Note ById Params - struct for passing parameters to the method
delete_patch_note_by_id - GetPatch
Note ById Params - struct for passing parameters to the method
get_patch_note_by_id - List
Patch Notes Params - struct for passing parameters to the method
list_patch_notes
Enums§
- Create
Patch Note Error - struct for typed errors of method
create_patch_note - Delete
Patch Note ById Error - struct for typed errors of method
delete_patch_note_by_id - GetPatch
Note ById Error - struct for typed errors of method
get_patch_note_by_id - List
Patch Notes Error - struct for typed errors of method
list_patch_notes
Functions§
- create_
patch_ note - Creates a new patch note.
- delete_
patch_ note_ by_ id - Deletes the patch note with the specified ID.
- get_
patch_ note_ by_ id - Returns the patch note with the specified ID.
- list_
patch_ notes - Returns a list of patch notes.