Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2026-03-14 00:02:04 +00:00
parent 515406c5dc
commit 8ec5f1eace
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -14357,7 +14357,7 @@ Token.setApiKey("YOUR API KEY");
RepositoryApi apiInstance = new RepositoryApi();
String owner = "owner_example"; // String | owner of the repo
String repo = "repo_example"; // String | name of the repo
Boolean draft = true; // Boolean | filter (exclude / include) drafts, if you dont have repo write access none will show
Boolean draft = true; // Boolean | filter (exclude / include) drafts, if you don't have repo write access none will show
Boolean preRelease = true; // Boolean | filter (exclude / include) pre-releases
Integer page = 56; // Integer | page number of results to return (1-based)
Integer limit = 56; // Integer | page size of results
@@ -14376,7 +14376,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**owner** | **String**| owner of the repo |
**repo** | **String**| name of the repo |
**draft** | **Boolean**| filter (exclude / include) drafts, if you dont have repo write access none will show | [optional]
**draft** | **Boolean**| filter (exclude / include) drafts, if you don't have repo write access none will show | [optional]
**preRelease** | **Boolean**| filter (exclude / include) pre-releases | [optional]
**page** | **Integer**| page number of results to return (1-based) | [optional]
**limit** | **Integer**| page size of results | [optional]
@@ -2493,8 +2493,8 @@ public interface RepositoryApi {
*
* @param owner owner of the repo (required)
* @param repo name of the repo (required)
* @param draft filter (exclude / include) drafts, if you dont have repo write access none will
* show (optional)
* @param draft filter (exclude / include) drafts, if you don't have repo write access none
* will show (optional)
* @param preRelease filter (exclude / include) pre-releases (optional)
* @param page page number of results to return (1-based) (optional)
* @param limit page size of results (optional)