Skip to content

Commit 7008ee8

Browse files
Merge pull request #149 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 18fbf86 + 2de49bf commit 7008ee8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

api.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ paths:
489489
- invalidSignature
490490
- rejected
491491
description: If supplied, only transaction request transaction state changes from the provided list will trigger notifications. If not provided, all transaction request transaction state changes will trigger notifications.
492+
customHttpHeaders:
493+
type: object
494+
additionalProperties:
495+
type: string
492496
required:
493497
- type
494498
- url
@@ -54221,7 +54225,9 @@ components:
5422154225
title: Substrate Payment Intent
5422254226
allOf:
5422354227
- type: object
54224-
properties: {}
54228+
properties:
54229+
memo:
54230+
$ref: '#/components/schemas/optionalString'
5422554231
- $ref: '#/components/schemas/PaymentIntent'
5422654232
- $ref: '#/components/schemas/SubstrateAccountBaseBuildOptions'
5422754233
SuiBuildOptions:

0 commit comments

Comments
 (0)