backend-test #10

Merged
piair merged 52 commits from backend-test into main 2025-05-07 10:43:30 +02:00
Showing only changes of commit 5183a088e7 - Show all commits

View File

@ -136,14 +136,6 @@ paths:
If rejected (isAccepted=false), the pending project data might be archived or deleted based on business logic. If rejected (isAccepted=false), the pending project data might be archived or deleted based on business logic.
security: security:
- MyINPulse: [MyINPulse-admin] - MyINPulse: [MyINPulse-admin]
parameters:
- in: path
name: pendingProjectId # Corrected typo and name change
required: true
schema:
type: integer
description: The ID of the pending project to decide upon.
example: 7
requestBody: requestBody:
required: true required: true
description: Decision payload. description: Decision payload.