interface AddWikiPageParams {
    content: string;
    mailNotify?: string;
    name: string;
    projectId: number;
}

Properties

content: string

Content ページの内容

mailNotify?: string

True make to notify by Email ページの追加をメールで通知する場合はtrue

name: string

Page Name ページ名

projectId: number

Project ID プロジェクトのID