Spec retry_after_ms on ratelimit errors

pull/977/head
Travis Ralston 6 years ago
parent 8b513b9f8e
commit 16125f16f5

@ -23,4 +23,10 @@ properties:
type: string
description: A human-readable error message.
example: Too many requests
retry_after_ms:
type: integer
description: |-
The amount of time in milliseconds the client should wait
before trying the request again.
example: 2000
required: ["errcode"]
Loading…
Cancel
Save