oapi: users progress

This commit is contained in:
Puyodead1
2023-03-25 16:09:04 -04:00
parent c97ce59a0a
commit 1ce7879ee8
27 changed files with 573 additions and 267 deletions

View File

@@ -145,6 +145,7 @@ function apiRoutes() {
if (route.description) obj.description = route.description;
if (route.summary) obj.summary = route.summary;
if (route.deprecated) obj.deprecated = route.deprecated;
if (route.requestBody) {
obj.requestBody = {