Rate Limiting - fixed error message

This commit is contained in:
Marko Milić 2018-10-20 17:25:18 +02:00 committed by GitHub
parent 29d1d13718
commit da1be7cf6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: