Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifest_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ APIGEE_ENVIRONMENTS:
enabled: false
spikeArrest:
enabled: true
ratelimit: 2400pm
ratelimit: 6000pm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also update the OAS section on rate limiting?

* 2400 requests per minute per application

- name: prod
display_name: Production
approval_type: manual
Expand All @@ -136,7 +136,7 @@ APIGEE_ENVIRONMENTS:
enabled: false
spikeArrest:
enabled: true
ratelimit: 2400pm
ratelimit: 6000pm
---
meta:
api:
Expand Down
2 changes: 1 addition & 1 deletion specification/service-search-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ info:
### Rate Limiting
Rate limits apply to both integration test and production environments:
* 7800 requests per minute per product
* 2400 requests per minute per application
* 6000 requests per minute per application

## Onboarding
This API is not yet available for onboarding.
Expand Down
Loading