You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
I have created an Apiary project using Swagger and not API Blueprint, following is my response for 200 and it has an example json
responses:
"200":
description: Successful Operation
content:
application/json:
schema:
$ref: '#/components/schemas/StandardResponseCollectionTransferResponseVO'
examples:
Successful Operation:
description: Successful Operation
value:
success: true
data:
- amount: 2000
approvalRequirement: 12345
approvedBy: ""
approvedDate: ""
bankTraceNumber: 20220280001
creditAccount: "2800208988"
creditAccountName: Auto Loaded Account
debitAccount: "2800208937"
debitAccountName: Auto Loaded Account
entryDate: 2022-01-28T15:22:12.597z
entryMethod: "null"
memo: ""
possibleActions:
- View
settledDate: ""
status: Successful
statusCode: 18
transferId: 400147
result:
info: ""
guid: ""
systemMessage: ""
and below is the response in Apiary console
Why is it not formatting it and is there a way to do it?
The text was updated successfully, but these errors were encountered: