Skip to content

Commit

Permalink
fix return type schema for v2/price-feeds/ (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel authored Jun 7, 2024
1 parent d553f19 commit 58c5b76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/hermes/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/hermes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hermes"
version = "0.5.12"
version = "0.5.13"
description = "Hermes is an agent that provides Verified Prices from the Pythnet Pyth Oracle."
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion apps/hermes/src/api/rest/v2/price_feeds_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct PriceFeedsMetadataQueryParams {
get,
path = "/v2/price_feeds",
responses(
(status = 200, description = "Price feeds metadata retrieved successfully", body = Vec<RpcPriceIdentifier>)
(status = 200, description = "Price feeds metadata retrieved successfully", body = Vec<PriceFeedMetadata>)
),
params(
PriceFeedsMetadataQueryParams
Expand Down

0 comments on commit 58c5b76

Please sign in to comment.