Skip to content

Commit 42261e9

Browse files
author
dengjun
committed
update swagger
1 parent 9ffb35c commit 42261e9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/swagger.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,11 @@ paths:
624624
schema:
625625
type: string
626626
description: The external id.
627+
requestBody:
628+
content:
629+
application/json:
630+
schema:
631+
$ref: "#/components/schemas/JobCandidateSearchBody"
627632
responses:
628633
"200":
629634
description: OK
@@ -3996,6 +4001,14 @@ components:
39964001
type: string
39974002
example: "topcoder user"
39984003
description: "The user who updated the job last time.(Will get the user info from the token)"
4004+
JobCandidateSearchBody:
4005+
properties:
4006+
statuses:
4007+
type: array
4008+
items:
4009+
type: string
4010+
enum: ["open", "placed", "selected", "client rejected - screening", "client rejected - interview", "rejected - other", "cancelled", "interview", "topcoder-rejected", "applied", "rejected-pre-screen", "skills-test", "phone-screen", "job-closed", "offered"]
4011+
description: "The array of job Candidates status"
39994012
JobCandidateRequestBody:
40004013
required:
40014014
- jobId

0 commit comments

Comments
 (0)