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: routes/api/hacker.js
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -269,11 +269,12 @@ module.exports = {
269
269
270
270
/**
271
271
* @api {patch} /hacker/status/:id update a hacker's status - DOES NOT trigger an email to the hacker
272
+
* updates all hacker data fields passed
272
273
* @apiName patchHackerStatus
273
274
* @apiGroup Hacker
274
275
* @apiVersion 0.0.9
275
276
*
276
-
* @apiParam (body) {string} [status] Status of the hacker's application ("None"|"Applied"|"Accepted"|"Declined"|"Waitlisted"|"Confirmed"|"Withdrawn"|"Checked-in")
277
+
* @apiParam (body) {string} [status] Status of the hacker's application ("None"|"Applied"|"Accepted"|"Declined"|"Waitlisted"|"Confirmed"|"Withdrawn"|"Checked-in") as well as reviewer fields and any other hacker data in hacker data object
0 commit comments