From 28f78996f55a94bed4c28a66439204f6a22371d6 Mon Sep 17 00:00:00 2001 From: jp-karthik Date: Mon, 30 May 2022 19:32:46 +0530 Subject: [PATCH] resume_list field updated --- CDC_Backend/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CDC_Backend/README.md b/CDC_Backend/README.md index d9cc5a2..da9b819 100644 --- a/CDC_Backend/README.md +++ b/CDC_Backend/README.md @@ -1313,7 +1313,7 @@ Response is a Json with these fields when the application is found. "application_info": { "id": "F28IRGGMC3RP8Y8", "additional_info": { - "12th grade" : "9.1", + "12th grade": "9.1", "current GPA": "9.6" }, "resume": "resume_link" @@ -1322,7 +1322,10 @@ Response is a Json with these fields when the application is found. "name": "John", "batch": "2020", "branch": "MMAE", - "resume_list": + "resume_list": { + "link": "http://localhost/storage/Resumes/200010021/resume_links", + "name": "resume_link" + } } } ``` @@ -1337,9 +1340,9 @@ Response is a Json with these fields when the applciation is not found. "name": "John", "batch": "2020", "branch": "MMAE", - "resume_link": { + "resume_list": { "link": "http://localhost/storage/Resumes/200010021/resume_links", - "name": "resume_links" + "name": "resume_link" } } }