Skip to content

Commit

Permalink
refactor Sylius#469 [Docs][Order] Update docs after removing channel …
Browse files Browse the repository at this point in the history
…code from order routes (GSadee)

This PR was merged into the 1.0-dev branch.

Discussion
----------

After Sylius#465

Commits
-------

95bd0f6 [Docs][Order] Update docs after removing channel code from order routes
  • Loading branch information
lchrusciel authored and GSadee committed Jul 19, 2019
2 parents 92d713f + 95bd0f6 commit e302aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ paths:
description: "There were validation errors"
500:
description: "Channel not found"
/{channelCode}/orders:
/orders:
parameters:
- $ref: "#/parameters/ChannelCode"
get:
Expand All @@ -769,7 +769,7 @@ paths:
description: "User token invalid"
security:
- bearerAuth: []
/{channelCode}/orders/{tokenValue}:
/orders/{tokenValue}:
parameters:
- $ref: "#/parameters/ChannelCode"
- in: "path"
Expand Down

0 comments on commit e302aa8

Please sign in to comment.