Files
discoursejs/docs/sdk/models/operations/metadata.md

2.3 KiB
Raw Permalink Blame History

Metadata

Example Usage

import { Metadata } from "@lukehagar/discoursejs/sdk/models/operations";

let value: Metadata = {};

Fields

Field Type Required Description
sha1Checksum string The SHA1 checksum of the upload binary blob. Optionally be provided and serves as an additional security check when later processing the file in complete-external-upload endpoint.