interface WikiUpdatedNotificationMessage {
    collectionId?: string;
    projectId?: string;
    repositoryId?: string;
}

Properties

collectionId?: string

Collection host Id for which the wikis are updated.

projectId?: string

Project Id for which the wikis are updated.

repositoryId?: string

Repository Id associated with the particular wiki which is added, updated or deleted.