Skip to content

Commit 9d55d12

Browse files
update the swagger
1 parent a0a8ab5 commit 9d55d12

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/swagger.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ paths:
102102
schema:
103103
type: string
104104
default: id
105-
enum: ["id", "createdAt", "startDate", "rateType", "status"]
105+
enum: ["id", "createdAt", "updatedAt", "startDate", "rateType", "status"]
106106
description: The sort by column.
107107
- in: query
108108
name: sortOrder
@@ -118,6 +118,24 @@ paths:
118118
schema:
119119
type: integer
120120
description: The project id.
121+
- in: query
122+
name: jobLocation
123+
required: false
124+
schema:
125+
type: string
126+
description: The location of the jobs.
127+
- in: query
128+
name: minSalary
129+
required: false
130+
schema:
131+
type: integer
132+
description: The minimum Salary.
133+
- in: query
134+
name: maxSalary
135+
required: false
136+
schema:
137+
type: integer
138+
description: The maximum Salary.
121139
- in: query
122140
name: isApplicationPageActive
123141
required: false
@@ -4116,6 +4134,12 @@ components:
41164134
description: "The user who updated the job last time.(Will get the user info from the token)"
41174135
JobSearchBody:
41184136
properties:
4137+
bodySkills:
4138+
type: array
4139+
items:
4140+
type: string
4141+
format: uuid
4142+
description: "The array of skill ids"
41194143
jobIds:
41204144
type: array
41214145
items:

0 commit comments

Comments
 (0)