You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// **Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.
5893
+
/// **Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.
5856
5894
///
5857
5895
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/dependabot/alerts/GET/query/page`.
5858
5896
@available(*, deprecated)
@@ -5893,7 +5931,7 @@ public enum Operations {
5893
5931
/// - scope: The scope of the vulnerable dependency. If specified, only alerts with this scope will be returned.
5894
5932
/// - sort: The property by which to sort the results.
5895
5933
/// - direction: The direction to sort the results by.
5896
-
/// - page: **Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.
5934
+
/// - page: **Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.
5897
5935
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5898
5936
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5899
5937
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
0 commit comments