StarGist
Stars a gist for the authenticated user.
Sample
EXECUTE [Gist].[StarGist] Name='d7e43b9c1a285c14f62af9803e1d47c8'
Input
| Name | Type | Description |
| Name | String | The gist identifier. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |