resume_list field updated
This commit is contained in:
parent
14334e86c7
commit
28f78996f5
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue