Skip to content

Commit 89d75a3

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 6205711 commit 89d75a3

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

api.yaml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5241,6 +5241,20 @@ paths:
52415241
type: string
52425242
description: The unique identifier of the allocation in the partner system. This value uniquely identifies the allocation record within the partner's system.
52435243
minLength: 1
5244+
evaluationId:
5245+
type: string
5246+
description: The unique identifier of the policy evaluation for this deallocation. Present when policy evaluation was performed as part of the deallocation update flow.
5247+
minLength: 1
5248+
pendingApprovalId:
5249+
type: string
5250+
description: The unique identifier of the pending approval for this deallocation. Present when policy evaluation resulted in a PENDING status requiring manual approval.
5251+
minLength: 1
5252+
policyResult:
5253+
type: string
5254+
enum:
5255+
- approved
5256+
- rejected
5257+
description: 'The result of the policy evaluation for this deallocation. - APPROVED: Policy evaluation passed and the operation was allowed - REJECTED: Policy evaluation failed and the operation was denied Not present if no policy evaluation was performed or if evaluation is still pending.'
52445258
status:
52455259
allOf:
52465260
- $ref: '#/components/schemas/PartnerAllocationStatusUpdate'
@@ -5761,6 +5775,20 @@ paths:
57615775
type: string
57625776
description: The unique identifier of the deallocation in the partner system. This value uniquely identifies the deallocation record within the partner's system.
57635777
minLength: 1
5778+
evaluationId:
5779+
type: string
5780+
description: The unique identifier of the policy evaluation for this deallocation. Present when policy evaluation was performed as part of the deallocation update flow.
5781+
minLength: 1
5782+
pendingApprovalId:
5783+
type: string
5784+
description: The unique identifier of the pending approval for this deallocation. Present when policy evaluation resulted in a PENDING status requiring manual approval.
5785+
minLength: 1
5786+
policyResult:
5787+
type: string
5788+
enum:
5789+
- approved
5790+
- rejected
5791+
description: 'The result of the policy evaluation for this deallocation. - APPROVED: Policy evaluation passed and the operation was allowed - REJECTED: Policy evaluation failed and the operation was denied Not present if no policy evaluation was performed or if evaluation is still pending.'
57645792
status:
57655793
allOf:
57665794
- $ref: '#/components/schemas/PartnerAllocationStatusUpdate'
@@ -75183,6 +75211,20 @@ components:
7518375211
type: string
7518475212
description: The unique identifier of the allocation in the partner system. This value uniquely identifies the allocation record within the partner's system.
7518575213
minLength: 1
75214+
evaluationId:
75215+
type: string
75216+
description: The unique identifier of the policy evaluation for this deallocation. Present when policy evaluation was performed as part of the deallocation update flow.
75217+
minLength: 1
75218+
pendingApprovalId:
75219+
type: string
75220+
description: The unique identifier of the pending approval for this deallocation. Present when policy evaluation resulted in a PENDING status requiring manual approval.
75221+
minLength: 1
75222+
policyResult:
75223+
type: string
75224+
enum:
75225+
- approved
75226+
- rejected
75227+
description: 'The result of the policy evaluation for this deallocation. - APPROVED: Policy evaluation passed and the operation was allowed - REJECTED: Policy evaluation failed and the operation was denied Not present if no policy evaluation was performed or if evaluation is still pending.'
7518675228
required:
7518775229
- allocationId
7518875230
- amount
@@ -75223,6 +75265,20 @@ components:
7522375265
type: string
7522475266
description: The unique identifier of the deallocation in the partner system. This value uniquely identifies the deallocation record within the partner's system.
7522575267
minLength: 1
75268+
evaluationId:
75269+
type: string
75270+
description: The unique identifier of the policy evaluation for this deallocation. Present when policy evaluation was performed as part of the deallocation update flow.
75271+
minLength: 1
75272+
pendingApprovalId:
75273+
type: string
75274+
description: The unique identifier of the pending approval for this deallocation. Present when policy evaluation resulted in a PENDING status requiring manual approval.
75275+
minLength: 1
75276+
policyResult:
75277+
type: string
75278+
enum:
75279+
- approved
75280+
- rejected
75281+
description: 'The result of the policy evaluation for this deallocation. - APPROVED: Policy evaluation passed and the operation was allowed - REJECTED: Policy evaluation failed and the operation was denied Not present if no policy evaluation was performed or if evaluation is still pending.'
7522675282
required:
7522775283
- deallocationId
7522875284
- amount

0 commit comments

Comments
 (0)