python-gitea/docs/WikiPage.md
2025-10-21 21:45:29 +02:00

18 lines
664 B
Markdown

# WikiPage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commit_count** | **int** | | [optional]
**content_base64** | **str** | Page content, base64 encoded | [optional]
**footer** | **str** | | [optional]
**html_url** | **str** | | [optional]
**last_commit** | [**WikiCommit**](WikiCommit.md) | | [optional]
**sidebar** | **str** | | [optional]
**sub_url** | **str** | | [optional]
**title** | **str** | | [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)