mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
public commit
This commit is contained in:
4
docs/api-reference/data/create.mdx
Normal file
4
docs/api-reference/data/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Create Entity'
|
||||
openapi: 'POST /api/data/{entity}'
|
||||
---
|
||||
4
docs/api-reference/data/delete.mdx
Normal file
4
docs/api-reference/data/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Delete Entity'
|
||||
openapi: 'DELETE /api/data/{entity}/{id}'
|
||||
---
|
||||
4
docs/api-reference/data/get.mdx
Normal file
4
docs/api-reference/data/get.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Get Entity'
|
||||
openapi: 'GET /api/data/{entity}/{id}'
|
||||
---
|
||||
4
docs/api-reference/data/list.mdx
Normal file
4
docs/api-reference/data/list.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'List Entity'
|
||||
openapi: 'GET /api/data/{entity}'
|
||||
---
|
||||
4
docs/api-reference/data/update.mdx
Normal file
4
docs/api-reference/data/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Update Entity'
|
||||
openapi: 'PATCH /api/data/{entity}/{id}'
|
||||
---
|
||||
Reference in New Issue
Block a user