From 593639f7e5419ce19501434b65eb7a38befc6f9f Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 00:45:35 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api.yaml b/api.yaml index 4c23f46..6cccd3d 100644 --- a/api.yaml +++ b/api.yaml @@ -39803,12 +39803,18 @@ components: allOf: - $ref: '#/components/schemas/DisputedSettlementTransfersOutput' description: The resulting settlement transfers generated when the dispute was closed + createdAt: + type: string + description: The date and time when the dispute closure was created. + format: date-time + title: ISO Date String required: - id - closedBy - userId - notes - adjustedSettlementTransfers + - createdAt DisputedSettlementTransfersOutput: title: DisputedSettlementTransfersOutput type: array