From 72ffd0409ae5da10c45b21ca50d93e01c4633086 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:19:50 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 59 ++++++++++++++++++++------------------------------------ 1 file changed, 21 insertions(+), 38 deletions(-) diff --git a/api.yaml b/api.yaml index d85b703..f8236d8 100644 --- a/api.yaml +++ b/api.yaml @@ -1396,7 +1396,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/V1BlockListArrayResponse' + $ref: '#/components/schemas/V1BlockListWithListingArrayResponse' '400': description: Bad Request content: @@ -58734,43 +58734,6 @@ components: required: - settledInSettlementId - $ref: '#/components/schemas/V1ClosedDisputeWithClosureOutput' - V1BlockListArray: - title: V1BlockListArray - type: array - items: - type: object - description: codec for global listing http response - properties: - id: - type: string - title: uuid - ownerListingId: - type: string - title: uuid - blockedListingId: - type: string - title: uuid - blockedGlobalListingId: - type: string - title: uuid - createdAt: - type: string - format: date-time - title: ISO Date String - required: - - id - - ownerListingId - - blockedListingId - - blockedGlobalListingId - - createdAt - V1BlockListArrayResponse: - title: V1BlockListArrayResponse - type: object - properties: - blockList: - $ref: '#/components/schemas/V1BlockListArray' - required: - - blockList V1BlockListResponse: title: V1BlockListResponse type: object @@ -58798,6 +58761,26 @@ components: - blockedListingId - blockedGlobalListingId - createdAt + V1BlockListWithListingArrayResponse: + title: V1BlockListWithListingArrayResponse + type: object + properties: + blockList: + $ref: '#/components/schemas/V1BlockListsWithListingResponse' + required: + - blockList + V1BlockListsWithListingResponse: + title: V1BlockListsWithListingResponse + type: array + items: + allOf: + - type: object + properties: + blockedListing: + $ref: '#/components/schemas/V1ListingResponse' + required: + - blockedListing + - $ref: '#/components/schemas/V1BlockListResponse' V1ClearedAllocation: title: V1ClearedAllocation type: object