Skip to content

Commit

Permalink
Fix bad param
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz Gies <heinz@axiom.co>
  • Loading branch information
Licenser committed Jun 17, 2024
1 parent 7a2da4a commit fb4f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotations/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl<'client> Client<'client> {
pub async fn update(
&self,
id: impl fmt::Display + fmt::Debug,
req: requests::Create,
req: requests::Update,
) -> Result<Annotation> {
self.http_client
.put(format!("/v2/annotations/{id}"), req)
Expand Down

0 comments on commit fb4f183

Please sign in to comment.