Wiki interface
Defines a wiki repository which encapsulates the git repository backing the wiki.
- Extends
head |
The head commit associated with the git repository backing up the wiki. |
id | The ID of the wiki which is same as the ID of the Git repository that it is backed by. |
repository | The git repository that backs up the wiki. |
The head commit associated with the git repository backing up the wiki.
headCommit: string
Property Value
string
The ID of the wiki which is same as the ID of the Git repository that it is backed by.
id: string
Property Value
string
ID of the project in which the wiki is to be created.
projectId: string
Property Value
string
Inherited From WikiCreateParameters.projectId