PatchMediaBody

interface ApiPatchMediaBody {
    uploadedAt: string;
    uploadHttpError?: null | string;
    uploadHttpStatus: number;
    uploadTimeMs?: null | number;
}

Properties

uploadedAt: string

The date and time when the media record was uploaded

date-time

uploadHttpError?: null | string

The HTTP error message of the upload

uploadHttpStatus: number

The HTTP status code of the upload

uploadTimeMs?: null | number

The time in milliseconds it took to upload the media record