Add API Reference docs (#1742)

This commit is contained in:
Dev Khant
2024-08-23 16:52:54 +05:30
committed by GitHub
parent 4f5a40a84f
commit cb2f86551b
13 changed files with 1426 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
title: 'Delete User'
openapi: delete /entities/{entity_type}/{entity_id}/
---

View File

@@ -0,0 +1,4 @@
---
title: 'Get Users'
openapi: get /entities/
---