mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:26:10 +00:00
fix conflicts
This commit is contained in:
@@ -3460,6 +3460,36 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/db/meta/projects/{projectId}/has-empty-or-null-filters": {
|
||||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "projectId",
|
||||
"in": "path",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"get": {
|
||||
"summary": "",
|
||||
"operationId": "project-has-empty-or-null-filters",
|
||||
"parameters": [],
|
||||
"tags": [
|
||||
"Project"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/db/meta/projects/{projectId}/meta-diff/{baseId}": {
|
||||
"parameters": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user