Spec retry_after_ms on ratelimit errors

This commit is contained in:
Travis Ralston 2018-07-12 09:28:30 -06:00
parent 8b513b9f8e
commit 16125f16f5

View file

@ -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"]