Skip to main content

Module patch_notes_api

Module patch_notes_api 

Source

Structs§

CreatePatchNoteParams
struct for passing parameters to the method create_patch_note
DeletePatchNoteByIdParams
struct for passing parameters to the method delete_patch_note_by_id
GetPatchNoteByIdParams
struct for passing parameters to the method get_patch_note_by_id
ListPatchNotesParams
struct for passing parameters to the method list_patch_notes

Enums§

CreatePatchNoteError
struct for typed errors of method create_patch_note
DeletePatchNoteByIdError
struct for typed errors of method delete_patch_note_by_id
GetPatchNoteByIdError
struct for typed errors of method get_patch_note_by_id
ListPatchNotesError
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.