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 | |
filesrequired | map<string, GistCreateFileInput> | Files keyed by filename. At least one entry must have content. |