fleet/changes/bug-10720-ratelimits-should-return-proper-status-code
Juan Fernandez 55d56ba2db
If the fleet/forgot_password endpoint is rate limited, it should return the proper status code (#12323)
Return proper HTTP status code if endpoint is rate limited.
2023-06-15 15:41:04 -04:00

4 lines
177 B
Plaintext

- If the `fleet/forgot_password` endpoint is rate limited it should return the proper HTTP status
code.
- Fixed MaxBurst limit parameter for `fleet/forgot_password` endpoint.