Skip to content

Commit 0f306c9

Browse files
Merge pull request #258 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 8564ac0 + d98925f commit 0f306c9

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

api.yaml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33882,6 +33882,56 @@ paths:
3388233882
application/json:
3388333883
schema:
3388433884
$ref: '#/components/schemas/PlatformError'
33885+
/api/v1/admin/events/reprocess:
33886+
put:
33887+
summary: Reprocess Dead Letter Queue Event
33888+
description: Reprocesses a dead letter queue event back to the event queue
33889+
operationId: wd.v1.admin.event.reprocess
33890+
tags:
33891+
- WD
33892+
parameters: []
33893+
requestBody:
33894+
content:
33895+
application/json:
33896+
schema:
33897+
type: object
33898+
properties:
33899+
eventType:
33900+
type: string
33901+
dlqId:
33902+
type: number
33903+
required:
33904+
- eventType
33905+
- dlqId
33906+
responses:
33907+
'200':
33908+
description: OK
33909+
content:
33910+
application/json:
33911+
schema:
33912+
$ref: '#/components/schemas/AdminReprocessEventResponse'
33913+
'404':
33914+
description: Not Found
33915+
content:
33916+
application/json:
33917+
schema:
33918+
type: object
33919+
properties:
33920+
error:
33921+
type: string
33922+
required:
33923+
- error
33924+
'500':
33925+
description: Internal Server Error
33926+
content:
33927+
application/json:
33928+
schema:
33929+
type: object
33930+
properties:
33931+
error:
33932+
type: string
33933+
required:
33934+
- error
3388533935
components:
3388633936
callbacks: {}
3388733937
examples:
@@ -39895,6 +39945,17 @@ components:
3989539945
description: Count of the addresses in the current response
3989639946
required:
3989739947
- coin
39948+
AdminReprocessEventResponse:
39949+
title: AdminReprocessEventResponse
39950+
type: object
39951+
properties:
39952+
eventQueueId:
39953+
type: number
39954+
eventType:
39955+
type: string
39956+
required:
39957+
- eventQueueId
39958+
- eventType
3989839959
AdvancedListCondition:
3989939960
title: AdvancedListCondition
3990039961
type: object

0 commit comments

Comments
 (0)