Skip to content

Commit

Permalink
Merge pull request #373 from mattf/master
Browse files Browse the repository at this point in the history
correct doc for RestyResolver PUT requests
  • Loading branch information
rafaelcaricio committed Jan 3, 2017
2 parents ca90d7a + 5ce9083 commit 3e6e9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ the endpoints in your specification:
get:
# Implied operationId: api.foo.get
put:
# Implied operationId: api.foo.post
# Implied operationId: api.foo.put
copy:
# Implied operationId: api.foo.copy
delete:
Expand Down

0 comments on commit 3e6e9cf

Please sign in to comment.