Skip to content

Commit

Permalink
Update OpenAPI Description (#52235)
Browse files Browse the repository at this point in the history
Co-authored-by: Siara <[email protected]>
  • Loading branch information
docs-bot and SiaraMist committed Sep 5, 2024
1 parent 0efd5d5 commit 2c1953a
Show file tree
Hide file tree
Showing 10 changed files with 255 additions and 147 deletions.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "272a391f5bfe7d533f35ecfb65adfcf137162fb3"
"sha": "fe797834e6a9f3216737d6e0bc9fb3237ecb7957"
}
64 changes: 32 additions & 32 deletions src/rest/data/fpt-2022-11-28/schema.json

Large diffs are not rendered by default.

82 changes: 50 additions & 32 deletions src/rest/data/ghec-2022-11-28/schema.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions src/rest/data/ghes-3.10-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -481280,6 +481280,24 @@
"schema": {
"type": "integer"
}
},
{
"name": "per_page",
"description": "<p>The number of results per page for the \"members\" array (max 100). For more information, see \"<a href=\"https://docs.github.com/[email protected]/rest/using-the-rest-api/using-pagination-in-the-rest-api\">Using pagination in the REST API</a>.\"</p>",
"in": "query",
"schema": {
"type": "integer",
"default": 30
}
},
{
"name": "page",
"description": "<p>The page number of the \"members\" array results to fetch. For more information, see \"<a href=\"https://docs.github.com/[email protected]/rest/using-the-rest-api/using-pagination-in-the-rest-api\">Using pagination in the REST API</a>.\"</p>",
"in": "query",
"schema": {
"type": "integer",
"default": 1
}
}
],
"bodyParameters": [],
Expand Down
Loading

0 comments on commit 2c1953a

Please sign in to comment.