mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1693 from YunoHost/fix-gandi
Gandi's `api_protocol` field should be a `select` type
This commit is contained in:
commit
363f8f13a3
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@
|
||||||
redact = true
|
redact = true
|
||||||
|
|
||||||
[gandi.api_protocol]
|
[gandi.api_protocol]
|
||||||
type = "string"
|
type = "select"
|
||||||
choices.rpc = "RPC"
|
choices.rpc = "RPC"
|
||||||
choices.rest = "REST"
|
choices.rest = "REST"
|
||||||
default = "rest"
|
default = "rest"
|
||||||
|
|
Loading…
Add table
Reference in a new issue