pagination-cursor.json 329 B

123456789101112
  1. {
  2. "PaginationCursor": {
  3. "name": "cursor",
  4. "in": "query",
  5. "required": false,
  6. "description": "A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.",
  7. "x-learn-more": "https://docs.sentry.io/api/pagination/",
  8. "schema": {
  9. "type": "string"
  10. }
  11. }
  12. }