Member Junction
    Preparing search index...

    Response from POST /media, which returns a pre-signed URL to PUT the bytes to.

    interface HootSuiteMediaUpload {
        mediaId: string;
        uploadUrl: string;
        uploadUrlDurationSeconds?: number;
    }
    Index

    Properties

    mediaId: string
    uploadUrl: string
    uploadUrlDurationSeconds?: number