From 96d4c3b4a65adc5ec7ae348f707531dbaeba9241 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 5 May 2021 15:52:49 +0200 Subject: [PATCH] api: acme: fix API index entry for challenge-schema Signed-off-by: Thomas Lamprecht --- PVE/API2/ACMEAccount.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/ACMEAccount.pm b/PVE/API2/ACMEAccount.pm index ecbe17fc..b790843a 100644 --- a/PVE/API2/ACMEAccount.pm +++ b/PVE/API2/ACMEAccount.pm @@ -64,7 +64,7 @@ __PACKAGE__->register_method ({ { name => 'tos' }, { name => 'directories' }, { name => 'plugins' }, - { name => 'challengeschema' }, + { name => 'challenge-schema' }, ]; }});