[pve-devel] [PATCH manager 1/1] api: apt: repositories: add description to return schema

Fabian Ebner f.ebner at proxmox.com
Mon Jul 5 15:50:33 CEST 2021


Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---

for completeness' sake.

 PVE/API2/APT.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index bd60db33..daa297b9 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -655,7 +655,11 @@ __PACKAGE__->register_method({
 			},
 			name => {
 			    type => "string",
-			    description => "Full name of the repository.",
+			    description => "Display name of the repository.",
+			},
+			description => {
+			    type => "string",
+			    description => "Description of the repository.",
 			},
 			status => {
 			    type => "boolean",
-- 
2.30.2






More information about the pve-devel mailing list