WikiV2 interface
Defines a wiki resource.
- Extends
id | ID of the wiki. |
is |
Is wiki repository disabled |
properties | Properties of the wiki. |
remote |
Remote web url to the wiki. |
url | REST url for this wiki. |
versions | Versions of the wiki. |
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. |
ID of the wiki.
id: string
Property Value
string
Is wiki repository disabled
isDisabled: boolean
Property Value
boolean
Properties of the wiki.
properties: {[key: string]: string}
Property Value
{[key: string]: string}
Remote web url to the wiki.
remoteUrl: string
Property Value
string
REST url for this wiki.
url: string
Property Value
string
Folder path inside repository which is shown as Wiki. Not required for ProjectWiki type.
mappedPath: string
Property Value
string
Inherited From WikiCreateBaseParameters.mappedPath
ID of the project in which the wiki is to be created.
projectId: string
Property Value
string
Inherited From WikiCreateBaseParameters.projectId
ID of the git repository that backs up the wiki. Not required for ProjectWiki type.
repositoryId: string
Property Value
string
Inherited From WikiCreateBaseParameters.repositoryId