You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/api_data.js
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2132,7 +2132,7 @@ define({ "api": [
2132
2132
"type": "string",
2133
2133
"optional": true,
2134
2134
"field": "reviewerStatus",
2135
-
"description": "<p>Reviewer status of the hacker's application ("None"|"Yes"|"No"|"Maybe")</p>"
2135
+
"description": "<p>Reviewer status of the hacker's application ("None"|"Poor"|"Weak"|"Poor"|"Average"|"Strong"|"Outstanding"|"Whitelist")</p>"
"description": "<p>Reviewer status 2 of the hacker's application ("None"|"Yes"|"No"|"Maybe")</p>"
2195
+
"description": "<p>Reviewer status of the hacker's application ("None"|"Poor"|"Weak"|"Poor"|"Average"|"Strong"|"Outstanding"|"Whitelist")</p>"
"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}",
2403
2403
"type": "object"
2404
2404
}
2405
2405
]
@@ -2420,7 +2420,7 @@ define({ "api": [
2420
2420
{
2421
2421
"type": "patch",
2422
2422
"url": "/hacker/reviewerComments2/:id",
2423
-
"title": "update a hacker's reviewer comments 2",
2423
+
"title": "update a hacker's reviewer's comments (2)",
2424
2424
"name": "patchHackerReviewerComments2",
2425
2425
"group": "Hacker",
2426
2426
"version": "0.0.9",
@@ -2432,7 +2432,7 @@ define({ "api": [
2432
2432
"type": "string",
2433
2433
"optional": true,
2434
2434
"field": "reviewerComments2",
2435
-
"description": "<p>Reviewer comments 2 of the hacker's application ("None"|"Yes"|"No"|"Maybe")</p>"
2435
+
"description": "<p>Reviewer's comments (2) of the hacker's application</p>"
"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}",
0 commit comments