mirror of https://github.com/zulip/zulip.git
api docs: Document history of rate limit format.
This commit is contained in:
parent
c0615a00e6
commit
a9cc3751cc
|
@ -268,6 +268,8 @@ field with an integer field `invite_to_realm_policy`.
|
|||
|
||||
* [`POST /users`](/api/create-user): Restricted access to organization
|
||||
administrators with the `can_create_users` permission.
|
||||
* [Error handling](/api/rest-error-hanlding): The `code` property will
|
||||
not be present in errors due to rate limits.
|
||||
|
||||
**Feature level 35**
|
||||
|
||||
|
|
|
@ -47,4 +47,7 @@ When the Zulip server has configured multiple rate limits that apply
|
|||
to a given request, the values returned will be for the strictest
|
||||
limit.
|
||||
|
||||
**Changes**: The `code` field in the response is new in Zulip 4.0
|
||||
(feature level 36).
|
||||
|
||||
{generate_code_example|/rest-error-handling:post|fixture(403)}
|
||||
|
|
Loading…
Reference in New Issue