Wiki creation parameters.

interface WikiCreateParametersV2 {
    mappedPath?: string;
    name?: string;
    projectId?: string;
    repositoryId?: string;
    type?: WikiType;
    version?: GitVersionDescriptor;
}

Hierarchy (View Summary)

Properties

mappedPath?: string

Folder path inside repository which is shown as Wiki. Not required for ProjectWiki type.

name?: string

Wiki name.

projectId?: string

ID of the project in which the wiki is to be created.

repositoryId?: string

ID of the git repository that backs up the wiki. Not required for ProjectWiki type.

type?: WikiType

Type of the wiki.

Version of the wiki. Not required for ProjectWiki type.