Skip to content

GistFileUpdate

[Source]

Union of possible file-level changes when updating a gist. Each variant controls what JSON is emitted for that filename in the PATCH request body.

type GistFileUpdate is
  (GistFileEdit val | GistFileRename val | GistFileDelete val)

Type Alias For