fix conflicts

This commit is contained in:
flisowna
2023-02-16 20:03:46 +01:00
150 changed files with 3785 additions and 883 deletions

View File

@@ -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": [
{