Skip to content

Commit

Permalink
add delayInfo to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Apr 30, 2024
1 parent 4888e72 commit e350986
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,19 @@ components:
type: string
description: Error message
nextRequest:
deprecated: true
type: integer
description: Unix timestamp when the next request is allowed
delayInfo:
type: object
description: Info about the current API delay and when the next request is allowed
properties:
millis:
type: integer
description: Milliseconds to wait before the next request
seconds:
type: integer
description: Seconds to wait before the next request
delay:
type: integer
description: The API's current delay in seconds
Expand Down

0 comments on commit e350986

Please sign in to comment.