mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Gandi's api_protocol
field should be a select
type
This commit is contained in:
parent
e5225ba543
commit
6b5c9a2a8b
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