Skip to content

Commit daf5a8d

Browse files
authored
Merge pull request #408 from PedroDiez/error_429_alignment_in_notifications_artifact
Error 429 alignment for notification-as-cloud-event.yaml
2 parents 0c547b3 + 9d7f636 commit daf5a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

artifacts/notification-as-cloud-event.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ components:
318318
- TOO_MANY_REQUESTS
319319
examples:
320320
GENERIC_429_TOO_MANY_REQUESTS:
321-
description: API Server request limit is overpassed
321+
description: Access to the API has been temporarily blocked due to rate or spike arrest limits being reached
322322
value:
323323
status: 429
324324
code: TOO_MANY_REQUESTS
325-
message: Either out of resource quota or reaching rate limiting.
325+
message: Rate limit reached.
326326
examples:
327327
QOS_STATUS_CHANGED_EXAMPLE:
328328
value:

0 commit comments

Comments
 (0)