UNPKG

cberg

Version:

Node.js Client for the Codeberg API

26 lines (18 loc) 825 B
# CreateWikiPageOptions CreateWikiPageOptions form for creating wiki ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_base64** | **string** | content must be base64 encoded | [optional] [default to undefined] **message** | **string** | optional commit message summarizing the change | [optional] [default to undefined] **title** | **string** | page title. leave empty to keep unchanged | [optional] [default to undefined] ## Example ```typescript import { CreateWikiPageOptions } from 'berg'; const instance: CreateWikiPageOptions = { content_base64, message, title, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)