mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 04:36:13 +00:00
chore: update swagger json and rebuild nocodb-sdk
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -2600,6 +2600,90 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/db/data/{orgs}/{projectName}/{tableName}/groupby": {
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "orgs",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "projectName",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "tableName",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "column_name",
|
||||
"description":
|
||||
"Column name of the column you want to group by, eg. `column_name=column1`"
|
||||
}
|
||||
],
|
||||
"get": {
|
||||
"summary": "Table row Group by",
|
||||
"operationId": "db-table-row-group-by",
|
||||
"description": "",
|
||||
"tags": [
|
||||
"DB table row"
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "array"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "sort"
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "where"
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "number"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "limit"
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "number"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "offset"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/db/data/{orgs}/{projectName}/{tableName}/views/{viewName}": {
|
||||
"parameters": [
|
||||
{
|
||||
@@ -2790,6 +2874,98 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/db/data/{orgs}/{projectName}/{tableName}/views/{viewName}/find-one": {
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "orgs",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "projectName",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "tableName",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "viewName",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "column_name",
|
||||
"description":
|
||||
"Column name of the column you want to group by, eg. `column_name=column1`"
|
||||
}
|
||||
],
|
||||
"get": {
|
||||
"summary": "Table view row Group by",
|
||||
"operationId": "db-view-row-group-by",
|
||||
"description": "",
|
||||
"tags": [
|
||||
"DB view row"
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "array"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "sort"
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "where"
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "number"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "limit"
|
||||
},
|
||||
{
|
||||
"schema": {
|
||||
"type": "number"
|
||||
},
|
||||
"in": "query",
|
||||
"name": "offset"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/db/data/{orgs}/{projectName}/{tableName}/views/{viewName}/count": {
|
||||
"parameters": [
|
||||
{
|
||||
@@ -8013,4 +8189,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user