From 401ee7149c5ba44dd87f41b3c00c6db9d703db82 Mon Sep 17 00:00:00 2001 From: fbock Date: Thu, 13 Jun 2024 13:59:33 +0200 Subject: [PATCH] add route to mockoon json --- taptrade_api_mockoon.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/taptrade_api_mockoon.json b/taptrade_api_mockoon.json index 03086dd..3445aac 100644 --- a/taptrade_api_mockoon.json +++ b/taptrade_api_mockoon.json @@ -36,12 +36,45 @@ } ], "responseMode": null + }, + { + "uuid": "bb20e299-c097-4555-aa5c-7c2975e65c48", + "type": "http", + "documentation": "", + "method": "post", + "endpoint": "submit-maker-bond", + "responses": [ + { + "uuid": "f39116ac-02ab-4e7c-91ed-666cac6a5a47", + "body": "{\n \"order_id_hex\": \"37346634343237352D373930622D343631342D626139332D656366373235653036383763\",\n \"bond_locked_until_timestamp\": 1725184724\n}", + "latency": 0, + "statusCode": 200, + "label": "", + "headers": [], + "bodyType": "INLINE", + "filePath": "", + "databucketID": "", + "sendFileAsBody": false, + "rules": [], + "rulesOperator": "OR", + "disableTemplating": false, + "fallbackTo404": false, + "default": true, + "crudKey": "id", + "callbacks": [] + } + ], + "responseMode": null } ], "rootChildren": [ { "type": "route", "uuid": "7cdc672a-d43a-41f2-a10b-630306bf1d03" + }, + { + "type": "route", + "uuid": "bb20e299-c097-4555-aa5c-7c2975e65c48" } ], "proxyMode": false,