Response contract for the Wiki Pages PUT, PATCH and DELETE APIs.

interface WikiPageResponse {
    eTag?: string[];
    page?: WikiPage;
}

Properties

Properties

eTag?: string[]

Contains the list of ETag values from the response header of the pages API call. The first item in the list contains the version of the wiki page.

page?: WikiPage

Defines properties for wiki page.