Added info to API documentation

This commit is contained in:
CalDescent 2022-01-24 19:22:36 +00:00
parent f5d3681a95
commit 828aadd32d

View File

@ -244,6 +244,7 @@ public class CrossChainTradeBotResource {
@DELETE @DELETE
@Operation( @Operation(
summary = "Delete completed trade", summary = "Delete completed trade",
description = "Use the \"tradePrivateKey\" as the request body, which can be found in the GET /crosschain/tradebot response",
requestBody = @RequestBody( requestBody = @RequestBody(
required = true, required = true,
content = @Content( content = @Content(