Merge pull request #1693 from YunoHost/fix-gandi

Gandi's `api_protocol` field should be a `select` type
This commit is contained in:
Alexandre Aubin 2023-07-18 13:06:50 +02:00 committed by GitHub
commit 363f8f13a3
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"