fix: forgot to remove a pram in an endpoint in docs
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user