{ "opencollection": "1.0.0", "info": { "name": "GitHub Gists Star API", "version": "1.1.4" }, "items": [ { "info": { "name": "Star", "type": "folder" }, "items": [ { "info": { "name": "GitHub Stargist", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}/api/v3/gists/:gist_id/star", "params": [ { "name": "gist_id", "value": "", "type": "path", "description": "The unique identifier of the gist." } ] }, "docs": "Note that you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see \"[HTTP method](https://docs.github.com/enterprise-server@3.9/rest/guides/getting-started-with-the-rest-api#http-method).\"" } ] } ], "bundled": true }