feat: added doc for upcoming endpoints to finish up entrepreneur join, response codes remaining to update
All checks were successful
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 39s
CI / build (push) Successful in 10s

This commit is contained in:
2025-04-21 10:54:50 +02:00
parent dfea20b9c4
commit 832539f43b
6 changed files with 179 additions and 47 deletions

View File

@ -46,7 +46,7 @@ paths:
name: date
required: true
schema: { type: string, format: date } # Expect YYYY-MM-DD
description: The modification date to filter by (YYYY-MM-DD).
description: The modification date to filter by (YYYY-MM-DD HH:mm).
responses:
"200":
description: OK - List of section cells matching the criteria.
@ -95,8 +95,8 @@ paths:
/shared/projects/admin/{projectId}: # Path updated
get:
operationId: getProjectAdmins
summary: Get admins associated with a project
operationId: getProjectAdmin
summary: Get admin associated with a project
tags:
- Shared API
security:
@ -110,7 +110,7 @@ paths:
description: ID of the project.
responses:
"200":
description: OK - List of admins.
description: OK - admin.
content:
application/json:
schema:
@ -168,11 +168,13 @@ paths:
description: ID of the appointment.
responses:
"200":
description: OK - Report content returned.
description: OK - Report PDF returned.
content:
application/json:
application/pdf:
schema:
$ref: "./main.yaml#/components/schemas/report"
schema:
type: string
format: binary
"401":
description: Unauthorized.