pub async fn get_patch_note_by_id(
configuration: &Configuration,
params: GetPatchNoteByIdParams,
) -> Result<PatchNote, Error<GetPatchNoteByIdError>>Expand description
Returns the patch note with the specified ID.
pub async fn get_patch_note_by_id(
configuration: &Configuration,
params: GetPatchNoteByIdParams,
) -> Result<PatchNote, Error<GetPatchNoteByIdError>>Returns the patch note with the specified ID.