WikiPageResponse interface

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

Properties

eTag

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

Defines properties for wiki page.

Property Details

eTag

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.

eTag: string[]

Property Value

string[]

page

Defines properties for wiki page.

page: WikiPage

Property Value