-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added detailed pages for each backend API and completed documentatio…
…n for API_Set1
- Loading branch information
1 parent
9621805
commit 762b9cc
Showing
20 changed files
with
2,397 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Doubtfire API Documentation | ||
--- | ||
|
||
# API: Admin | ||
admin : Operations about admin | ||
This markdown document provides detailed documentation for the "admin" API endpoints, including their URLs, methods, parameters (if any), responses, and example requests using curl | ||
|
||
This "admin" API has the following operations. | ||
- **PUT**: /api/admin/overseer_images/{id}/pull_image | ||
- **GET**: /api/admin/overseer_images | ||
- **POST**: /api/admin/overseer_images | ||
- **DELETE**: /api/admin/overseer_images/{id} | ||
- **PUT**: /api/admin/overseer_images/{id} | ||
|
||
## Detail of Operations related to admin. |
Oops, something went wrong.