forked from Infra/risotto
better config integration
This commit is contained in:
@ -37,6 +37,11 @@ parameters:
|
||||
shortarg: v
|
||||
description: Valeur de la variable.
|
||||
default: null
|
||||
value_multi:
|
||||
type: '[]Any'
|
||||
shortarg: m
|
||||
description: Valeur de la variable de type multi.
|
||||
default: []
|
||||
|
||||
response:
|
||||
type: ConfigStatus
|
||||
|
@ -14,7 +14,7 @@ public: true
|
||||
domain: config-domain
|
||||
|
||||
parameters:
|
||||
sessionid:
|
||||
session_id:
|
||||
ref: Config.SessionId
|
||||
type: String
|
||||
shortarg: s
|
||||
|
@ -37,6 +37,11 @@ parameters:
|
||||
shortarg: v
|
||||
description: Valeur de la variable.
|
||||
default: null
|
||||
value_multi:
|
||||
type: '[]Any'
|
||||
shortarg: m
|
||||
description: Valeur de la variable de type multi.
|
||||
default: []
|
||||
|
||||
response:
|
||||
type: ConfigStatus
|
||||
|
@ -13,7 +13,7 @@ public: true
|
||||
domain: config-domain
|
||||
|
||||
parameters:
|
||||
sessionid:
|
||||
session_id:
|
||||
ref: Config.SessionId
|
||||
type: String
|
||||
shortarg: s
|
||||
|
Reference in New Issue
Block a user