From 8252f299e7d6e27b2d36c6e9faec2de38df1d09c Mon Sep 17 00:00:00 2001 From: jp-karthik Date: Sun, 29 May 2022 12:21:21 +0530 Subject: [PATCH] filled requirements --- CDC_Backend/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CDC_Backend/README.md b/CDC_Backend/README.md index fbc49cf..7bdbf8f 100644 --- a/CDC_Backend/README.md +++ b/CDC_Backend/README.md @@ -942,19 +942,19 @@ You may see some different errors which can be seen [here](#common-errors) ## `api/admin/submitApplication` -This api is used to +This api is used to submit a students application Request_Body: ```json { - "applications_id": "", - "student_id": "", + "applications_id": "Q54IRZZMC3RP8F6", + "student_id": "200010022", "opening_id": "Q54IRZZMC3RP8F6", "additional_info": { "School": "Lions International", "City": "Banglore" - } + }, "resume_file_name": "8KIOT3PW1JIS718_CSE-V-SEM.pdf" } ``` @@ -966,8 +966,7 @@ Response is a Json with these fields ```json { "action": "Add Student Application", - "message": "Application Added", - "applications": [] + "message": "Application Added" } ```