Skip to content

Commit

Permalink
Remove order token as an authorization option for current order api d…
Browse files Browse the repository at this point in the history
…ocumentation

Update the solidus stoplight api documentation to remove
order token as an authorization option.

This is because the code only allows the request to be
authorized by providing the user api key.
  • Loading branch information
Jackwitwicky committed Feb 28, 2023
1 parent a40fd95 commit b144ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/openapi/solidus-api.oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ paths:
- Orders
security:
- api-key: []
- order-token: []
/countries:
get:
responses:
Expand Down

0 comments on commit b144ec9

Please sign in to comment.