Skip to content

Commit b9e15fb

Browse files
committed
Cleaner code
1 parent 61de1a3 commit b9e15fb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/api/api_data.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@ define({ "api": [
21322132
"type": "string",
21332133
"optional": true,
21342134
"field": "reviewerStatus",
2135-
"description": "<p>Reviewer status of the hacker's application (&quot;None&quot;|&quot;Yes&quot;|&quot;No&quot;|&quot;Maybe&quot;)</p>"
2135+
"description": "<p>Reviewer status of the hacker's application (&quot;None&quot;|&quot;Poor&quot;|&quot;Weak&quot;|&quot;Poor&quot;|&quot;Average&quot;|&quot;Strong&quot;|&quot;Outstanding&quot;|&quot;Whitelist&quot;)</p>"
21362136
}
21372137
]
21382138
}
@@ -2159,7 +2159,7 @@ define({ "api": [
21592159
"examples": [
21602160
{
21612161
"title": "Success-Response:",
2162-
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"status\": \"Yes\"\n }\n}",
2162+
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"reviewerStatus\": \"Poor\"\n }\n}",
21632163
"type": "object"
21642164
}
21652165
]
@@ -2180,7 +2180,7 @@ define({ "api": [
21802180
{
21812181
"type": "patch",
21822182
"url": "/hacker/reviewerStatus2/:id",
2183-
"title": "update a hacker's reviewer status 2",
2183+
"title": "update a hacker's reviewer status (2)",
21842184
"name": "patchHackerReviewerStatus2",
21852185
"group": "Hacker",
21862186
"version": "0.0.9",
@@ -2192,7 +2192,7 @@ define({ "api": [
21922192
"type": "string",
21932193
"optional": true,
21942194
"field": "reviewerStatus2",
2195-
"description": "<p>Reviewer status 2 of the hacker's application (&quot;None&quot;|&quot;Yes&quot;|&quot;No&quot;|&quot;Maybe&quot;)</p>"
2195+
"description": "<p>Reviewer status of the hacker's application (&quot;None&quot;|&quot;Poor&quot;|&quot;Weak&quot;|&quot;Poor&quot;|&quot;Average&quot;|&quot;Strong&quot;|&quot;Outstanding&quot;|&quot;Whitelist&quot;)</p>"
21962196
}
21972197
]
21982198
}
@@ -2219,7 +2219,7 @@ define({ "api": [
22192219
"examples": [
22202220
{
22212221
"title": "Success-Response:",
2222-
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"status\": \"Yes\"\n }\n}",
2222+
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"reviewerStatus2\": \"Outstanding\"\n }\n}",
22232223
"type": "object"
22242224
}
22252225
]
@@ -2252,7 +2252,7 @@ define({ "api": [
22522252
"type": "string",
22532253
"optional": true,
22542254
"field": "reviewerName",
2255-
"description": "<p>Reviewer name of the hacker's application (&quot;None&quot;|&quot;Yes&quot;|&quot;No&quot;|&quot;Maybe&quot;)</p>"
2255+
"description": "<p>Reviewer's name of the hacker's application</p>"
22562256
}
22572257
]
22582258
}
@@ -2279,7 +2279,7 @@ define({ "api": [
22792279
"examples": [
22802280
{
22812281
"title": "Success-Response:",
2282-
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"status\": \"Yes\"\n }\n}",
2282+
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"reviewerName\": \"Jane Doe\"\n }\n}",
22832283
"type": "object"
22842284
}
22852285
]
@@ -2300,7 +2300,7 @@ define({ "api": [
23002300
{
23012301
"type": "patch",
23022302
"url": "/hacker/reviewerName2/:id",
2303-
"title": "update a hacker's reviewer name",
2303+
"title": "update a hacker's reviewer name (2)",
23042304
"name": "patchHackerReviewerName2",
23052305
"group": "Hacker",
23062306
"version": "0.0.9",
@@ -2312,7 +2312,7 @@ define({ "api": [
23122312
"type": "string",
23132313
"optional": true,
23142314
"field": "reviewerName2",
2315-
"description": "<p>Reviewer name of the hacker's application (&quot;None&quot;|&quot;Yes&quot;|&quot;No&quot;|&quot;Maybe&quot;)</p>"
2315+
"description": "<p>Reviewer's name (2) of the hacker's application</p>"
23162316
}
23172317
]
23182318
}
@@ -2339,7 +2339,7 @@ define({ "api": [
23392339
"examples": [
23402340
{
23412341
"title": "Success-Response:",
2342-
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"status\": \"Yes\"\n }\n}",
2342+
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"reviewerName2\": \"John Doe\"\n }\n}",
23432343
"type": "object"
23442344
}
23452345
]
@@ -2360,7 +2360,7 @@ define({ "api": [
23602360
{
23612361
"type": "patch",
23622362
"url": "/hacker/reviewerComments/:id",
2363-
"title": "update a hacker's reviewer comments",
2363+
"title": "update a hacker's reviewer's comments",
23642364
"name": "patchHackerReviewerComments",
23652365
"group": "Hacker",
23662366
"version": "0.0.9",
@@ -2372,7 +2372,7 @@ define({ "api": [
23722372
"type": "string",
23732373
"optional": true,
23742374
"field": "reviewerComments",
2375-
"description": "<p>Reviewer comments of the hacker's application (&quot;None&quot;|&quot;Yes&quot;|&quot;No&quot;|&quot;Maybe&quot;)</p>"
2375+
"description": "<p>Reviewer's comments of the hacker's application</p>"
23762376
}
23772377
]
23782378
}
@@ -2399,7 +2399,7 @@ define({ "api": [
23992399
"examples": [
24002400
{
24012401
"title": "Success-Response:",
2402-
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"status\": \"Yes\"\n }\n}",
2402+
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"reviewerComments\": \"The application was good and expressed a strong desire and aspiration of joining the team.\"\n }\n}",
24032403
"type": "object"
24042404
}
24052405
]
@@ -2420,7 +2420,7 @@ define({ "api": [
24202420
{
24212421
"type": "patch",
24222422
"url": "/hacker/reviewerComments2/:id",
2423-
"title": "update a hacker's reviewer comments 2",
2423+
"title": "update a hacker's reviewer's comments (2)",
24242424
"name": "patchHackerReviewerComments2",
24252425
"group": "Hacker",
24262426
"version": "0.0.9",
@@ -2432,7 +2432,7 @@ define({ "api": [
24322432
"type": "string",
24332433
"optional": true,
24342434
"field": "reviewerComments2",
2435-
"description": "<p>Reviewer comments 2 of the hacker's application (&quot;None&quot;|&quot;Yes&quot;|&quot;No&quot;|&quot;Maybe&quot;)</p>"
2435+
"description": "<p>Reviewer's comments (2) of the hacker's application</p>"
24362436
}
24372437
]
24382438
}
@@ -2459,7 +2459,7 @@ define({ "api": [
24592459
"examples": [
24602460
{
24612461
"title": "Success-Response:",
2462-
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"status\": \"Yes\"\n }\n}",
2462+
"content": "{\n \"message\": \"Changed hacker information\",\n \"data\": {\n \"reviewerComments2\": \"The application was good and expressed a strong desire and aspiration of joining the team.\"\n }\n}",
24632463
"type": "object"
24642464
}
24652465
]

0 commit comments

Comments
 (0)