Skip to content

Commit

Permalink
Merge pull request #6 from HarshitaShroff/API_document_Set4
Browse files Browse the repository at this point in the history
API document set4 - Units API
  • Loading branch information
aNebula authored May 27, 2024
2 parents a5413ac + 589143d commit 693e6ef
Show file tree
Hide file tree
Showing 3 changed files with 1,050 additions and 3 deletions.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,13 @@ export default defineConfig({
},

{
label: 'units',
label: 'units API operation list',
link: '/backend/api/units',
},
{
label: 'units (1)',
link: '/backend/api/units_1',
},
{
label: 'users',
link: '/backend/api/users',
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/backend/API/units.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Doubtfire API
---

# List of Doubtfire |||| DETAILS to be added
# List of Doubtfire

# API: Units
units : Operations about units
Expand Down Expand Up @@ -74,4 +74,4 @@ This "units" API has the following operations.
- **POST** /api/units/{unit_id}/group_sets


## Detail of Operations related to units
## Following pages list detailed Operations related to units API
Loading

0 comments on commit 693e6ef

Please sign in to comment.