From 5183a088e70431aa0b4e2f0d085e83bbb925f933 Mon Sep 17 00:00:00 2001 From: MAILLAL Anas Date: Tue, 29 Apr 2025 21:41:25 +0200 Subject: [PATCH] fix: forgot to remove a pram in an endpoint in docs --- documentation/openapi/src/adminApi.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/documentation/openapi/src/adminApi.yaml b/documentation/openapi/src/adminApi.yaml index 5f10715..958cf11 100644 --- a/documentation/openapi/src/adminApi.yaml +++ b/documentation/openapi/src/adminApi.yaml @@ -136,14 +136,6 @@ paths: If rejected (isAccepted=false), the pending project data might be archived or deleted based on business logic. security: - 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: required: true description: Decision payload.