Response contract for the Wiki Attachments API

interface WikiAttachmentResponse {
    attachment?: WikiAttachment;
    eTag?: string[];
}

Properties

Properties

attachment?: WikiAttachment

Defines properties for wiki attachment file.

eTag?: string[]

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