Skip to content

Commit

Permalink
Fix wrong sort order for contract logs in OpenAPI (#3221)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
steven-sheehy authored Jan 27, 2022
1 parent 50c0187 commit 56aaf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hedera-mirror-rest/api/v1/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ paths:
- $ref: '#/components/parameters/contractIdPathParam'
- $ref: '#/components/parameters/logIndexQueryParam'
- $ref: '#/components/parameters/limitQueryParam'
- $ref: '#/components/parameters/orderQueryParam'
- $ref: '#/components/parameters/orderQueryParamDesc'
- $ref: '#/components/parameters/timestampQueryParam'
- $ref: '#/components/parameters/logTopic0QueryParam'
- $ref: '#/components/parameters/logTopic1QueryParam'
Expand Down

0 comments on commit 56aaf0a

Please sign in to comment.