Information required to upload a feed document's contents.

Export

CreateFeedDocumentResponse

interface CreateFeedDocumentResponse {
    feedDocumentId: string;
    url: string;
}

Properties

Properties

feedDocumentId: string

The identifier of the feed document.

Memberof

CreateFeedDocumentResponse

url: string

The presigned URL for uploading the feed contents. This URL expires after 5 minutes.

Memberof

CreateFeedDocumentResponse