fix: aadded changes, doc is ssomewhat coherent still need to change some endpoint names in controller and some minor changes
All checks were successful
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 38s
CI / build (push) Successful in 10s

This commit is contained in:
2025-04-16 12:30:21 +02:00
parent f96872fb6b
commit dfea20b9c4
7 changed files with 109 additions and 230 deletions

View File

@ -93,7 +93,7 @@ paths:
"404":
description: Not Found - Project not found.
/shared/projects/admins/{projectId}: # Path updated
/shared/projects/admin/{projectId}: # Path updated
get:
operationId: getProjectAdmins
summary: Get admins associated with a project
@ -114,9 +114,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: "./main.yaml#/components/schemas/user-admin"
$ref: "./main.yaml#/components/schemas/user-admin"
"401":
description: Unauthorized.
"403":