From 2c5b3ad44f3f5e32255f1b2cc4b4f0cae322fb82 Mon Sep 17 00:00:00 2001 From: jp-karthik Date: Sun, 29 May 2022 15:18:01 +0530 Subject: [PATCH] object details updated --- CDC_Backend/README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CDC_Backend/README.md b/CDC_Backend/README.md index e09d543..58462db 100644 --- a/CDC_Backend/README.md +++ b/CDC_Backend/README.md @@ -1015,7 +1015,7 @@ Response is a Json with these fields { "action": "Create CSV", "message": "CSV Created", - "file": "" + "file": "csv_file_link" } ``` @@ -1097,8 +1097,17 @@ Response is a Json with these fields { "action": "Get Student Application", "application_found": "true", - "application_info": {}, - "student_details": {} + "application_info": { + "id": "F28IRGGMC3RP8Y8", + "additional_info": , + "resume": "resume_link" + }, + "student_details": { + "name": "John", + "batch": "2020", + "branch": "MMAE", + "resume_list": + } } ```