Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from cvent/master
Browse files Browse the repository at this point in the history
Enable displayName in method
  • Loading branch information
blakeembrey committed Jul 9, 2015
2 parents afee0d8 + 68668d5 commit 60e46d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/context/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var sanitizeMethod = function (method, resource, spec) {
obj.resource = resource
obj.queryParameters = sanitizeParameters(method.queryParameters)
obj.description = (method.description || '').trim()
obj.displayName = (method.displayName || '').trim()

// TODO: Add `securedBy` support.
// TODO: Automatically infer content-type header from body.
Expand Down

0 comments on commit 60e46d2

Please sign in to comment.