Skip to content

Commit a20c916

Browse files
authored
fix: Replace tx request body (#326)
1 parent ab97253 commit a20c916

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/api/routes/docs/relayer_docs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ fn doc_cancel_transaction() {}
791791
("relayer_id" = String, Path, description = "The unique identifier of the relayer"),
792792
("transaction_id" = String, Path, description = "The unique identifier of the transaction")
793793
),
794+
request_body = NetworkTransactionRequest,
794795
responses(
795796
(status = 200, description = "Relayer transaction replaced successfully", body = ApiResponse<TransactionResponse>),
796797
(

0 commit comments

Comments
 (0)