WikiCreateBaseParameters interface
Base wiki creation parameters.
Properties
mapped |
Folder path inside repository which is shown as Wiki. Not required for ProjectWiki type. |
name | Wiki name. |
project |
ID of the project in which the wiki is to be created. |
repository |
ID of the git repository that backs up the wiki. Not required for ProjectWiki type. |
type | Type of the wiki. |
Property Details
mappedPath
Folder path inside repository which is shown as Wiki. Not required for ProjectWiki type.
mappedPath: string
Property Value
string
name
Wiki name.
name: string
Property Value
string
projectId
ID of the project in which the wiki is to be created.
projectId: string
Property Value
string
repositoryId
ID of the git repository that backs up the wiki. Not required for ProjectWiki type.
repositoryId: string
Property Value
string