Describe the rate limit error everywhere
Fixes https://github.com/matrix-org/matrix-doc/issues/1153
This commit is contained in:
parent
eb0a8c06ce
commit
7cd22f5690
19 changed files with 57 additions and 29 deletions
|
@ -113,7 +113,7 @@ paths:
|
|||
429:
|
||||
description: This request was rate-limited.
|
||||
schema:
|
||||
"$ref": "definitions/error.yaml"
|
||||
"$ref": "definitions/errors/rate_limited.yaml"
|
||||
tags:
|
||||
- Room membership
|
||||
"/join/{roomIdOrAlias}":
|
||||
|
@ -209,6 +209,6 @@ paths:
|
|||
429:
|
||||
description: This request was rate-limited.
|
||||
schema:
|
||||
"$ref": "definitions/error.yaml"
|
||||
"$ref": "definitions/errors/rate_limited.yaml"
|
||||
tags:
|
||||
- Room membership
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue