Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1194186

Browse files
committedMay 28, 2020
build
1 parent ee54407 commit 1194186

File tree

16 files changed

+1295
-903
lines changed

16 files changed

+1295
-903
lines changed
 

‎build/doctrees/environment.pickle

-116 Bytes
Binary file not shown.
Binary file not shown.

‎build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b9b1487c0089ba49fc5fcf0b6e0fc09f
3+
config: c33182fcfbf8e1ea3136913187287d36
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

‎build/html/_sources/gettingStarted/authentication.rst.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ This API is used to add employment details and any relevant docs of the user.
231231
"designation": "1",
232232
"currentlyHere": true,
233233
"startDate": "25/11/19",
234+
"endDate" : "25/3/20",
234235
"s3Links" : [
235236
<link1>,
236237
<link2>,
@@ -267,7 +268,9 @@ This API is used to add employment details and any relevant docs of the user.
267268
* currentlyHere (Boolean):
268269
true for currently working here.
269270
* startDate (String):
270-
Format dd/mm/yy.
271+
Format dd/mm/yy
272+
* endDate (String):
273+
Format dd/mm/yy
271274
* s3Links (Array):
272275
Array of employment doc's links.
273276

@@ -455,4 +458,6 @@ This API is used to get candidates in bulk.
455458

456459
**Response Parameters**
457460

458-
* Returns an array of candidate Object corresponding to the uuid's given.SpringVerify REST API's
461+
* Returns an array of candidate Object corresponding to the uuid's given.SpringVerify REST API's
462+
463+

0 commit comments

Comments
 (0)
Please sign in to comment.