prefixed data entity endpoints with /entity

This commit is contained in:
dswbx
2025-02-18 09:12:12 +01:00
parent bd362607ae
commit 3e6d381239
14 changed files with 147 additions and 73 deletions

View File

@@ -91,7 +91,7 @@
"tags": ["system"]
}
},
"/api/data/{entity}": {
"/api/data/entity/{entity}": {
"get": {
"summary": "List entities",
"parameters": [
@@ -155,7 +155,7 @@
"tags": ["data"]
}
},
"/api/data/{entity}/{id}": {
"/api/data/entity/{entity}/{id}": {
"get": {
"summary": "Get entity",
"parameters": [