Gandi's api_protocol field should be a select type

This commit is contained in:
tituspijean 2023-07-18 11:25:08 +02:00 committed by GitHub
parent e5225ba543
commit 6b5c9a2a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@
redact = true
[gandi.api_protocol]
type = "string"
type = "select"
choices.rpc = "RPC"
choices.rest = "REST"
default = "rest"