JGithubGists::edit
Method to update a gist.
Signature
public function edit(integer
$gistId,
[mixed
$files = null,
[boolean
$public = null,
[string
$description = null]]] )
Parameters
-
$gistId
- The gist number.
-
$files
- Either an array of file paths or a single file path as a string.
-
$public
- True if the gist should be public.
-
$description
- The description of the gist.