[pdm-devel] [PATCH proxmox v4 5/5] docgen: add support for the new stable flag

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Nov 24 13:09:45 CET 2025


nit in the subjet - this should be "unstable" ;)

On November 21, 2025 5:04 pm, Shannon Sterz wrote:
> Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
> Tested-by: Lukas Wagner <l.wagner at proxmox.com>
> Reviewed-by: Lukas Wagner <l.wagner at proxmox.com>
> ---
>  proxmox-docgen/src/lib.rs | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/proxmox-docgen/src/lib.rs b/proxmox-docgen/src/lib.rs
> index df8077f8..f4e7bf1e 100644
> --- a/proxmox-docgen/src/lib.rs
> +++ b/proxmox-docgen/src/lib.rs
> @@ -236,6 +236,7 @@ fn dump_api_method_schema(
>          returns["optional"] = 1.into();
>      }
>      data["returns"] = returns;
> +    data["unstable"] = api_method.unstable.into();
> 
>      match api_method.access {
>          ApiAccess {
> --
> 2.47.3
> 
> 
> 
> _______________________________________________
> pdm-devel mailing list
> pdm-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
> 
> 
> 




More information about the pdm-devel mailing list