We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906e319 commit 3e85600Copy full SHA for 3e85600
1 file changed
content/v3/gists/comments.md
@@ -33,10 +33,12 @@ You can read more about the use of media types in the API
33
34
POST /gists/:gist_id/comments
35
36
-### Input
+### Parameters
37
+
38
+Name | Type | Description | Required? | Default
39
+----|------|--------------|-----------|---------
40
+`body`|`string` | The contents of the gist|**YES**|
41
-body
-: _Required_ **string**
42
43
<%= json :body => 'Just commenting for the sake of commenting' %>
44
@@ -52,8 +54,10 @@ body
52
54
53
55
### Input
56
57
58
59
60
61
62
63
0 commit comments