Files
gitea-rs/crates/gitea-client/docs/GeneralApiSettings.md
2026-03-20 16:24:40 +01:00

16 lines
928 B
Markdown

# GeneralApiSettings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default_git_trees_per_page** | Option<**i64**> | DefaultGitTreesPerPage is the default number of Git tree items per page | [optional]
**default_max_blob_size** | Option<**i64**> | DefaultMaxBlobSize is the default maximum blob size for API responses | [optional]
**default_max_response_size** | Option<**i64**> | DefaultMaxResponseSize is the default maximum response size | [optional]
**default_paging_num** | Option<**i64**> | DefaultPagingNum is the default number of items per page | [optional]
**max_response_items** | Option<**i64**> | MaxResponseItems is the maximum number of items returned in API responses | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)