CreateWikiPageOptions form for creating wiki
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateWikiPageOptions", "description": "CreateWikiPageOptions form for creating wiki", "type": "object", "properties": { "content_base64": { "description": "content must be base64 encoded", "type": "string", "x-go-name": "ContentBase64" }, "message": { "description": "optional commit message summarizing the change", "type": "string", "x-go-name": "Message" }, "title": { "description": "page title. leave empty to keep unchanged", "type": "string", "x-go-name": "Title" } }, "x-go-package": "forgejo.org/modules/structs" }