Fixes in API-reference page (#1763)

This commit is contained in:
Dev Khant
2024-08-27 23:01:33 +05:30
committed by GitHub
parent 06d6fe7d76
commit a279ed0694
3 changed files with 1611 additions and 1483 deletions

View File

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

View File

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