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
@@ -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.