Skip to content

Commit c952d5c

Browse files
mois-ilyaaleksej-paschenko
authored andcommitted
update descriptions for emulate endpoints
1 parent dc3782b commit c952d5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/openapi.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@ paths:
28322832
$ref: '#/components/responses/Error'
28332833
/v2/events/emulate:
28342834
post:
2835-
description: Emulate sending message to blockchain
2835+
description: Emulate sending message to retrieve general blockchain events
28362836
operationId: emulateMessageToEvent
28372837
tags:
28382838
- Emulation
@@ -2857,7 +2857,7 @@ paths:
28572857
$ref: '#/components/responses/Error'
28582858
/v2/traces/emulate:
28592859
post:
2860-
description: Emulate sending message to blockchain
2860+
description: Emulate sending message to retrieve with a detailed execution trace
28612861
operationId: emulateMessageToTrace
28622862
tags:
28632863
- Emulation
@@ -2881,7 +2881,7 @@ paths:
28812881
$ref: '#/components/responses/Error'
28822882
/v2/wallet/emulate:
28832883
post:
2884-
description: Emulate sending message to blockchain
2884+
description: Emulate sending message to retrieve the resulting wallet state
28852885
operationId: emulateMessageToWallet
28862886
tags:
28872887
- Emulation
@@ -2901,7 +2901,7 @@ paths:
29012901
$ref: '#/components/responses/Error'
29022902
/v2/accounts/{account_id}/events/emulate:
29032903
post:
2904-
description: Emulate sending message to blockchain
2904+
description: Emulate sending message to retrieve account-specific events
29052905
operationId: emulateMessageToAccountEvent
29062906
tags:
29072907
- Emulation

0 commit comments

Comments
 (0)