resume_list field updated

This commit is contained in:
jp-karthik 2022-05-30 19:32:46 +05:30
parent b1a42df7f6
commit 2eb9c23696
1 changed files with 7 additions and 4 deletions

View File

@ -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"
}
}
}