From 6b5c9a2a8bc0b628a9f45773e7375f51c4bc5782 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 18 Jul 2023 11:25:08 +0200 Subject: [PATCH] Gandi's `api_protocol` field should be a `select` type --- share/registrar_list.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/registrar_list.toml b/share/registrar_list.toml index 3f478a03f..47218c9e3 100644 --- a/share/registrar_list.toml +++ b/share/registrar_list.toml @@ -227,7 +227,7 @@ redact = true [gandi.api_protocol] - type = "string" + type = "select" choices.rpc = "RPC" choices.rest = "REST" default = "rest"