Skip to content

Commit 6ac77c8

Browse files
committed
Merge branch 'problem-types' of https://github.com/ietf-wg-httpapi/ratelimit-headers into problem-types
2 parents 4fdac20 + df8d45f commit 6ac77c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-httpapi-ratelimit-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ This example shows a 300MB remaining quota for an application in the next 60 sec
298298

299299
## Quota Exceeded
300300

301-
This section defines the "https://iana.org/assignments/http-problem-types#quota-exceeded" problem type. A server MAY use this problem type if it wants to communicate to the client that the requests sent by the client exceed one or more Quota Policies. This problem type defines the extension member "violated-policies" as an array of strings.
301+
This section defines the "https://iana.org/assignments/http-problem-types#quota-exceeded" problem type. A server MAY use this problem type if it wants to communicate to the client that the requests sent by the client exceed one or more Quota Policies. This problem type defines the extension member "violated-policies" as an array of strings, whose value is the names of the exceeded quotas.
302302

303303
~~~ http-message
304304
HTTP/1.1 429 Bad Request

0 commit comments

Comments
 (0)