Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jun 22, 2023
1 parent 64cb297 commit 2f58e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/client/node_api/core/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl ClientInner {
.await
}

/// Finds output metadata by its identifier.
/// Finds output metadata by output identifier.
/// GET /api/core/v3/outputs/{outputId}/metadata
pub async fn get_output_metadata(&self, output_id: &OutputId) -> Result<OutputMetadataDto> {
let path = &format!("api/core/v3/outputs/{output_id}/metadata");
Expand Down

0 comments on commit 2f58e9e

Please sign in to comment.