You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Request body for a member configuration. See examples in the folder https://github.com/route4me/route4me-curl/tree/master/Windows/MemberConfiguration",
"required": [
"config_key",
"config_value"
],
"properties": {
"config_key": {
"type": "string",
"title": "Config Key",
"descrption": "Config key"
},
"config_value": {
"type": "string",
"title": "Config Value",
"description": "Config value"
}
,
"is_hidden_value": {
"type": "boolean",
"title": "Is Hidden Value",
"description": "If true, the config key value is hidden"
}
,
"can_unhide_value": {
"type": "boolean",
"title": "Can Unhide Value",
"description": "If true, the configuration key value can be visible"