Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2024-06-14 00:08:14 +00:00
parent fc4c332613
commit 55caeecf64
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -13024,7 +13024,7 @@ Boolean template = true; // Boolean | include template repositories this user ha
Boolean archived = true; // Boolean | show only archived, non-archived or all repositories (defaults to all)
String mode = "mode_example"; // String | type of repository to search for. Supported values are \"fork\", \"source\", \"mirror\" and \"collaborative\"
Boolean exclusive = true; // Boolean | if `uid` is given, search only for repos that the user owns
String sort = "sort_example"; // String | sort repos by attribute. Supported values are \"alpha\", \"created\", \"updated\", \"size\", and \"id\". Default is \"alpha\"
String sort = "sort_example"; // String | sort repos by attribute. Supported values are \"alpha\", \"created\", \"updated\", \"size\", \"git_size\", \"lfs_size\", \"stars\", \"forks\" and \"id\". Default is \"alpha\"
String order = "order_example"; // String | sort order, either \"asc\" (ascending) or \"desc\" (descending). Default is \"asc\", ignored if \"sort\" is not specified.
Integer page = 56; // Integer | page number of results to return (1-based)
Integer limit = 56; // Integer | page size of results
@@ -13054,7 +13054,7 @@ Name | Type | Description | Notes
**archived** | **Boolean**| show only archived, non-archived or all repositories (defaults to all) | [optional]
**mode** | **String**| type of repository to search for. Supported values are \"fork\", \"source\", \"mirror\" and \"collaborative\" | [optional]
**exclusive** | **Boolean**| if `uid` is given, search only for repos that the user owns | [optional]
**sort** | **String**| sort repos by attribute. Supported values are \"alpha\", \"created\", \"updated\", \"size\", and \"id\". Default is \"alpha\" | [optional]
**sort** | **String**| sort repos by attribute. Supported values are \"alpha\", \"created\", \"updated\", \"size\", \"git_size\", \"lfs_size\", \"stars\", \"forks\" and \"id\". Default is \"alpha\" | [optional]
**order** | **String**| sort order, either \"asc\" (ascending) or \"desc\" (descending). Default is \"asc\", ignored if \"sort\" is not specified. | [optional]
**page** | **Integer**| page number of results to return (1-based) | [optional]
**limit** | **Integer**| page size of results | [optional]
@@ -2238,7 +2238,8 @@ public interface RepositoryApi {
* @param exclusive if `uid` is given, search only for repos that the user owns
* (optional)
* @param sort sort repos by attribute. Supported values are \"alpha\",
* \"created\", \"updated\", \"size\", and \"id\".
* \"created\", \"updated\", \"size\", \"git_size\",
* \"lfs_size\", \"stars\", \"forks\" and \"id\".
* Default is \"alpha\" (optional)
* @param order sort order, either \"asc\" (ascending) or \"desc\"
* (descending). Default is \"asc\", ignored if \"sort\" is not specified.