File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1457,8 +1457,8 @@ define({
14571457 } ,
14581458 {
14591459 "type" : "patch" ,
1460- "url" : "/hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted. " ,
1461- "title" : "Also allows change from 'confirmed' back to 'accepted'" ,
1460+ "url" : "/hacker/confirmation/:id" ,
1461+ "title" : "Allows confirmation of hacker attendence if they are accepted. Also allows change from 'confirmed' back to 'accepted'" ,
14621462 "name" : "patchHackerConfirmed" ,
14631463 "group" : "Hacker" ,
14641464 "version" : "0.0.9" ,
@@ -1507,7 +1507,7 @@ define({
15071507 "filename" : "routes/api/hacker.js" ,
15081508 "groupTitle" : "Hacker" ,
15091509 "sampleRequest" : [ {
1510- "url" : "https://api.mchacks.ca/api/hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted. "
1510+ "url" : "https://api.mchacks.ca/api/hacker/confirmation/:id"
15111511 } ]
15121512 } ,
15131513 {
Original file line number Diff line number Diff line change 14561456 },
14571457 {
14581458 "type" : " patch" ,
1459- "url" : " /hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted. " ,
1460- "title" : " Also allows change from 'confirmed' back to 'accepted'" ,
1459+ "url" : " /hacker/confirmation/:id" ,
1460+ "title" : " Allows confirmation of hacker attendence if they are accepted. Also allows change from 'confirmed' back to 'accepted'" ,
14611461 "name" : " patchHackerConfirmed" ,
14621462 "group" : " Hacker" ,
14631463 "version" : " 0.0.9" ,
15061506 "filename" : " routes/api/hacker.js" ,
15071507 "groupTitle" : " Hacker" ,
15081508 "sampleRequest" : [{
1509- "url" : " https://api.mchacks.ca/api/hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted. "
1509+ "url" : " https://api.mchacks.ca/api/hacker/confirmation/:id"
15101510 }]
15111511 },
15121512 {
Original file line number Diff line number Diff line change 99 "apidoc" : "0.3.0" ,
1010 "generator" : {
1111 "name" : "apidoc" ,
12- "time" : "2018-12-07T22:17:55.822Z " ,
12+ "time" : "2018-12-07T22:19:40.154Z " ,
1313 "url" : "http://apidocjs.com" ,
1414 "version" : "0.17.6"
1515 }
Original file line number Diff line number Diff line change 99 "apidoc" : " 0.3.0" ,
1010 "generator" : {
1111 "name" : " apidoc" ,
12- "time" : " 2018-12-07T22:17:55.822Z " ,
12+ "time" : " 2018-12-07T22:19:40.154Z " ,
1313 "url" : " http://apidocjs.com" ,
1414 "version" : " 0.17.6"
1515 }
Original file line number Diff line number Diff line change @@ -437,8 +437,8 @@ module.exports = {
437437 ) ;
438438
439439 /**
440- * @api {patch } /hacker/confirmation/:id Allows confirmation of hacker attendence if they are accepted.
441- * Also allows change from 'confirmed' back to 'accepted'
440+ * @api {patch } /hacker/confirmation/:id
441+ * Allows confirmation of hacker attendence if they are accepted. Also allows change from 'confirmed' back to 'accepted'
442442 * @apiName patchHackerConfirmed
443443 * @apiGroup Hacker
444444 * @apiVersion 0.0.9
You can’t perform that action at this time.
0 commit comments