mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 06:26:53 +00:00
doc update: api group by + order by
This commit is contained in:
@@ -390,6 +390,7 @@ class Xsql {
|
||||
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/describe', 'describe'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/count', 'count'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/groupby', 'groupby'))
|
||||
routes.push(this.prepareRoute(internal, 'post', apiPrefix, tableName, 'create'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName, 'list'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/:id', 'read'))
|
||||
|
||||
Reference in New Issue
Block a user