Skip to content

Commit a8f5007

Browse files
committed
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent e8fc865 commit a8f5007

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 a6bd8407006d618eae3ff182532e7a9856a1affd
1+
# trails-api v1 29bbde2b9e897c05d4538259d0a8df426b14aca4
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -2181,4 +2181,29 @@ components:
21812181
type: string
21822182
order:
21832183
$ref: '#/components/schemas/SortOrder'
2184+
AdminRequeueIntentTransactionRequest:
2185+
type: object
2186+
required:
2187+
- intentId
2188+
properties:
2189+
intentId:
2190+
type: string
2191+
origin:
2192+
type: boolean
2193+
destination:
2194+
type: boolean
2195+
originMinAmountOverride:
2196+
type: number
2197+
destinationMinAmountOverride:
2198+
type: number
2199+
AdminRequeueIntentTransactionResponse:
2200+
type: object
2201+
required:
2202+
- status
2203+
- message
2204+
properties:
2205+
status:
2206+
type: boolean
2207+
message:
2208+
type: string
21842209
paths:

0 commit comments

Comments
 (0)