mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
prefixed data entity endpoints with /entity
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user