|
2240 | 2240 | "renamed": null |
2241 | 2241 | }, |
2242 | 2242 | { |
2243 | | - "name": "List comments on a gist", |
| 2243 | + "name": "List gist comments", |
2244 | 2244 | "scope": "gists", |
2245 | 2245 | "id": "listComments", |
2246 | 2246 | "method": "GET", |
2247 | 2247 | "url": "/gists/{gist_id}/comments", |
2248 | 2248 | "isDeprecated": false, |
2249 | 2249 | "isLegacy": false, |
2250 | 2250 | "description": "", |
2251 | | - "documentationUrl": "https://developer.github.com/v3/gists/comments/#list-comments-on-a-gist", |
| 2251 | + "documentationUrl": "https://developer.github.com/v3/gists/comments/#list-gist-comments", |
2252 | 2252 | "previews": [], |
2253 | 2253 | "headers": [], |
2254 | 2254 | "parameters": [ |
|
2306 | 2306 | "renamed": null |
2307 | 2307 | }, |
2308 | 2308 | { |
2309 | | - "name": "Create a comment", |
| 2309 | + "name": "Create a gist comment", |
2310 | 2310 | "scope": "gists", |
2311 | 2311 | "id": "createComment", |
2312 | 2312 | "method": "POST", |
2313 | 2313 | "url": "/gists/{gist_id}/comments", |
2314 | 2314 | "isDeprecated": false, |
2315 | 2315 | "isLegacy": false, |
2316 | 2316 | "description": "", |
2317 | | - "documentationUrl": "https://developer.github.com/v3/gists/comments/#create-a-comment", |
| 2317 | + "documentationUrl": "https://developer.github.com/v3/gists/comments/#create-a-gist-comment", |
2318 | 2318 | "previews": [], |
2319 | 2319 | "headers": [], |
2320 | 2320 | "parameters": [ |
|
2359 | 2359 | "renamed": null |
2360 | 2360 | }, |
2361 | 2361 | { |
2362 | | - "name": "Get a single comment", |
| 2362 | + "name": "Get a gist comment", |
2363 | 2363 | "scope": "gists", |
2364 | 2364 | "id": "getComment", |
2365 | 2365 | "method": "GET", |
2366 | 2366 | "url": "/gists/{gist_id}/comments/{comment_id}", |
2367 | 2367 | "isDeprecated": false, |
2368 | 2368 | "isLegacy": false, |
2369 | 2369 | "description": "", |
2370 | | - "documentationUrl": "https://developer.github.com/v3/gists/comments/#get-a-single-comment", |
| 2370 | + "documentationUrl": "https://developer.github.com/v3/gists/comments/#get-a-gist-comment", |
2371 | 2371 | "previews": [], |
2372 | 2372 | "headers": [], |
2373 | 2373 | "parameters": [ |
|
2412 | 2412 | "renamed": null |
2413 | 2413 | }, |
2414 | 2414 | { |
2415 | | - "name": "Edit a comment", |
| 2415 | + "name": "Update a gist comment", |
2416 | 2416 | "scope": "gists", |
2417 | 2417 | "id": "updateComment", |
2418 | 2418 | "method": "PATCH", |
2419 | 2419 | "url": "/gists/{gist_id}/comments/{comment_id}", |
2420 | 2420 | "isDeprecated": false, |
2421 | 2421 | "isLegacy": false, |
2422 | 2422 | "description": "", |
2423 | | - "documentationUrl": "https://developer.github.com/v3/gists/comments/#edit-a-comment", |
| 2423 | + "documentationUrl": "https://developer.github.com/v3/gists/comments/#update-a-gist-comment", |
2424 | 2424 | "previews": [], |
2425 | 2425 | "headers": [], |
2426 | 2426 | "parameters": [ |
|
2478 | 2478 | "renamed": null |
2479 | 2479 | }, |
2480 | 2480 | { |
2481 | | - "name": "Delete a comment", |
| 2481 | + "name": "Delete a gist comment", |
2482 | 2482 | "scope": "gists", |
2483 | 2483 | "id": "deleteComment", |
2484 | 2484 | "method": "DELETE", |
2485 | 2485 | "url": "/gists/{gist_id}/comments/{comment_id}", |
2486 | 2486 | "isDeprecated": false, |
2487 | 2487 | "isLegacy": false, |
2488 | 2488 | "description": "", |
2489 | | - "documentationUrl": "https://developer.github.com/v3/gists/comments/#delete-a-comment", |
| 2489 | + "documentationUrl": "https://developer.github.com/v3/gists/comments/#delete-a-gist-comment", |
2490 | 2490 | "previews": [], |
2491 | 2491 | "headers": [], |
2492 | 2492 | "parameters": [ |
|
2783 | 2783 | "renamed": null |
2784 | 2784 | }, |
2785 | 2785 | { |
2786 | | - "name": "Get a specific revision of a gist", |
| 2786 | + "name": "Get a gist revision", |
2787 | 2787 | "scope": "gists", |
2788 | 2788 | "id": "getRevision", |
2789 | 2789 | "method": "GET", |
2790 | 2790 | "url": "/gists/{gist_id}/{sha}", |
2791 | 2791 | "isDeprecated": false, |
2792 | 2792 | "isLegacy": false, |
2793 | 2793 | "description": "", |
2794 | | - "documentationUrl": "https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist", |
| 2794 | + "documentationUrl": "https://developer.github.com/v3/gists/#get-a-gist-revision", |
2795 | 2795 | "previews": [], |
2796 | 2796 | "headers": [], |
2797 | 2797 | "parameters": [ |
|
0 commit comments