Skip to content

Commit 7cca3bc

Browse files
authored
Merge pull request #2 from bibo38/formatfix
Fixed inconsistent formattings
2 parents 76cc4c5 + 4607bc7 commit 7cca3bc

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Administration/Users.md

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Status: 200 OK
9797
DELETE /admin/users/:username
9898
```
9999

100+
### Response
101+
100102
```
101103
Status: 204 No Content
102104
```

Issues/Comments.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ GET /repos/:username/:reponame/issues/comments
7373

7474
### Parameters
7575

76-
| Name | Type | Description |
77-
| --- | --- | --- |
78-
| since | string | Only comments updated at or after this time are returned. This is a timestamp in RFC3339 format: **2006-01-02T15:04:05Z07:00**|
76+
|Name|Type|Description|
77+
|----|----|-----------|
78+
|since|string|Only comments updated at or after this time are returned. This is a timestamp in RFC3339 format: **2006-01-02T15:04:05Z07:00**|
7979

8080
### Response
8181

Issues/Labels.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ Status: 200 OK
232232
DELETE /repos/:username/:reponame/issues/:index/labels
233233
```
234234

235-
#### Response
235+
### Response
236236

237237
```
238238
Status: 204 No Content
239-
```
239+
```

Users/Followers.md

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Status: 204 No Content
9999
DELETE /user/following/:username
100100
```
101101

102+
### Response
103+
102104
```
103105
Status: 204 No Content
104106
```

Users/Public Keys.md

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ Status: 201 Created
112112
DELETE /user/keys/:id
113113
```
114114

115+
### Response
116+
115117
```
116118
Status: 204 No Content
117119
```

0 commit comments

Comments
 (0)