backend-test #10

Open
piair wants to merge 51 commits from backend-test into main
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.