Configuration
Configure your App in Ergonode
[GET] /configuration
{
"configuration_schema": [
{
"title": "Connection",
"type": "object",
"properties": {
"token": {
"type": "string",
"title": "API token",
"widget": "password",
"propertyOrder": 1
}
},
"required": [
"token"
]
},
{
"title": "Settings",
"type": "object",
"properties": {
"setting1": {
"type": "string",
"title": "setting 1",
"propertyOrder": 1
},
"setting2": {
"type": "string",
"title": "setting 2",
"propertyOrder": 1
}
},
"required": [
"text"
]
}
]
}[POST] /configuration
Error handling
Last updated
Was this helpful?

