Skip to content

Commit 6ce886e

Browse files
committed
update apiary
1 parent dbec205 commit 6ce886e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

apiary.apib

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7375,6 +7375,8 @@ Use this API call to obtain the definition of component for [Development Branch]
73757375
"uiOptions": {},
73767376
"configurationDescription": "The tree data must be stored in a child-parent relationship. A column named **levels** will be added to the table (root nodes will have number 1). Additionally, a column named **root** will be added, containing the ID of the root item.\n\nSample input \n-------------------\n\ncategoryId | categoryParentId\t| title\n--- | --- | --- \n1 |\t0 | foo\n2 | 1 | bar\n3 | 1 | baz\n4 | 2 | buzz\n\n\nSample output\n-------------------\n\ncategoryId | categoryParentId | title | levels | root\n--- | --- | --- | --- | --- |\n1 |\t0 | foo | 1 | 1 |\n2 | 1 | bar | 2 | 1 |\n3 | 1 | baz | 2 | 1 |\n4 | 2 | buzz | 3 | 1 |",
73777377
"uri": "https://syrup.keboola.com/docker/keboola.app-tree",
7378+
"dataTypesConfiguration": {},
7379+
"processorConfiguration": {}
73787380
}
73797381
73807382
### Get component - without branch in URL (without authentification) [GET]
@@ -7448,6 +7450,8 @@ Use this API call to obtain the definition of component for [Development Branch]
74487450
"uiOptions": {},
74497451
"configurationDescription": "The tree data must be stored in a child-parent relationship. A column named **levels** will be added to the table (root nodes will have number 1). Additionally, a column named **root** will be added, containing the ID of the root item.\n\nSample input \n-------------------\n\ncategoryId | categoryParentId\t| title\n--- | --- | --- \n1 |\t0 | foo\n2 | 1 | bar\n3 | 1 | baz\n4 | 2 | buzz\n\n\nSample output\n-------------------\n\ncategoryId | categoryParentId | title | levels | root\n--- | --- | --- | --- | --- |\n1 |\t0 | foo | 1 | 1 |\n2 | 1 | bar | 2 | 1 |\n3 | 1 | baz | 2 | 1 |\n4 | 2 | buzz | 3 | 1 |",
74507452
"uri": "https://syrup.keboola.com/docker/keboola.app-tree",
7453+
"dataTypesConfiguration": {},
7454+
"processorConfiguration": {}
74517455
}
74527456
74537457
## Get components [/v2/storage/components]
@@ -7554,7 +7558,9 @@ KBC Component architecture, see the [Developers documentation](https://developer
75547558
"changeDescription": "Configuration deleted"
75557559
}
75567560
}
7557-
]
7561+
],
7562+
"dataTypesConfiguration": {},
7563+
"processorConfiguration": {}
75587564
}
75597565
]
75607566

0 commit comments

Comments
 (0)