Skip to content

Commit 3e85600

Browse files
committed
Convert gists/comments.md
1 parent 906e319 commit 3e85600

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

content/v3/gists/comments.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ You can read more about the use of media types in the API
3333

3434
POST /gists/:gist_id/comments
3535

36-
### Input
36+
### Parameters
37+
38+
Name | Type | Description | Required? | Default
39+
----|------|--------------|-----------|---------
40+
`body`|`string` | The contents of the gist|**YES**|
3741

38-
body
39-
: _Required_ **string**
4042

4143
<%= json :body => 'Just commenting for the sake of commenting' %>
4244

@@ -52,8 +54,10 @@ body
5254

5355
### Input
5456

55-
body
56-
: _Required_ **string**
57+
Name | Type | Description | Required? | Default
58+
----|------|--------------|-----------|---------
59+
`body`|`string` | The contents of the gist|**YES**|
60+
5761

5862
<%= json :body => 'Just commenting for the sake of commenting' %>
5963

0 commit comments

Comments
 (0)