GistCreateRequest
Request body for creating a gist.
| Field | Type | Description |
|---|---|---|
title | string | Optional; derived from the first filename when omitted. |
description | string | |
visibility | string: public | unlisted | private | |
expire | string: never | 1hour | 12hours | 1day | 7days | 15days | When set, the gist is automatically deleted after the given delay. |
expires_at | string <date-time> | A custom expiration date (RFC3339). When set it takes precedence over expire. |
filesrequired | map<string, GistCreateFileInput> | Files keyed by filename. At least one entry must have content. |