mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
Rate Limiting - fixed error message
This commit is contained in:
parent
29d1d13718
commit
da1be7cf6b
@ -480,7 +480,7 @@ Next types are supported:
|
||||
If you exced rate limit per minute for instance you will get the response:
|
||||
```json
|
||||
{
|
||||
"error": "OBP-10018: Too Many Requests.We only allow 3 requests per minute to this Web site per logged in user."
|
||||
"error": "OBP-10018: Too Many Requests.We only allow 3 requests per minute for this Consumer."
|
||||
}
|
||||
```
|
||||
and response headers:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user