Skip to content

Commit

Permalink
added schema $ref for POST /job
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino committed Jul 25, 2018
1 parent 075233c commit 2dfdb33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ module.exports.routes = {
action: 'create',
swagger: {
summary: 'Create a Job',
description: 'Create a Job'
description: 'Create a Job',
schema: {
$ref: "#/definitions/job"
}
}
},

Expand Down

0 comments on commit 2dfdb33

Please sign in to comment.