Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Statuspage is making important performance-based changes to the authenticated REST API by enforcing pagination for a specific set of endpoints. If you have an existing integration with our REST API, you may need to make changes to your REST API calls to accommodate these changes, so please read on to understand the details.
Which endpoints are affected?
What's changing?
As of Aug 31, 2022, all GET requests made to the above endpoints accept the following pagination parameters, which are both initially optional:
These parameters will instruct the REST API to return a paginated set of results for a given endpoint, specifically returning up to per_page results that are offset by page. Previously, all GET requests to the above endpoints would have returned the full set of results without being paginated or truncated. Example request and response bodies for each endpoint can be viewed by referencing our API documentation.
As of Feb 28, 2023, all GET requests made to the above endpoints will have default values unless explicitly specified:
Requests that omit these parameters will return a truncated set equivalent of ?page=1&per_page=100 instead of the full set of results.
This PR was create by combining the following PRs:
#156 build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0
#156 build(deps): bump goreleaser/goreleaser-action from 3.2.0 to 4.2.0
#155 build(deps): bump actions/cache from 3.0.11 to 3.2.5