Skip to content

Commit e42e276

Browse files
authored
ci: trigger index re-creation (#10783)
1 parent 54bf110 commit e42e276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

develop-docs/application/api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: API Development
33
---
44

5-
As a developer-facing company its critical for us to have simple, intuitive, and consistent APIs that our users can call from their dev environment to accomplish key tasks without going to the UI. If youre creating or editing an endpoint, this doc will help you achieve Sentry standards.
5+
As a developer-facing company it's critical for us to have simple, intuitive, and consistent APIs that our users can call from their dev environment to accomplish key tasks without going to the UI. If you're creating or editing an endpoint, this doc will help you achieve Sentry standards.
66

77
<PageGrid />

docs/api/pagination.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Link: <https://sentry.io/api/0/organizations/acme/projects/1/groups/?&cursor=142
2121
rel="next"; results="true"
2222
```
2323

24-
When supported, cursors will **always** be returned for both a previous and a next page, even if there are no results on these pages. This allows you to make a query against the API for yet-undiscovered results. An example where this would be used is when youre implementing polling behavior and you want to see if there is any new data. We return a `results="[true|false]"` indicator to determine if you actually need to paginate.
24+
When supported, cursors will **always** be returned for both a previous and a next page, even if there are no results on these pages. This allows you to make a query against the API for yet-undiscovered results. An example where this would be used is when you're implementing polling behavior and you want to see if there is any new data. We return a `results="[true|false]"` indicator to determine if you actually need to paginate.
2525

2626
## Pagination Example
2727

0 commit comments

Comments
 (0)