pub async fn create_patch_note(
configuration: &Configuration,
params: CreatePatchNoteParams,
) -> Result<PatchNote, Error<CreatePatchNoteError>>Expand description
Creates a new patch note.
pub async fn create_patch_note(
configuration: &Configuration,
params: CreatePatchNoteParams,
) -> Result<PatchNote, Error<CreatePatchNoteError>>Creates a new patch note.