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

15 lines
2.3 KiB
Markdown

# Metadata
## Example Usage
```typescript
import { Metadata } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Metadata = {};
```
## Fields
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `sha1Checksum` | *string* | :heavy_minus_sign: | 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. |