File tree 5 files changed +11
-5
lines changed
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ Status: 200 OK
97
97
DELETE /admin/users/:username
98
98
```
99
99
100
+ ### Response
101
+
100
102
```
101
103
Status: 204 No Content
102
104
```
Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ GET /repos/:username/:reponame/issues/comments
73
73
74
74
### Parameters
75
75
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** |
79
79
80
80
### Response
81
81
Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ Status: 200 OK
232
232
DELETE /repos/:username/:reponame/issues/:index/labels
233
233
```
234
234
235
- #### Response
235
+ ### Response
236
236
237
237
```
238
238
Status: 204 No Content
239
- ```
239
+ ```
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ Status: 204 No Content
99
99
DELETE /user/following/:username
100
100
```
101
101
102
+ ### Response
103
+
102
104
```
103
105
Status: 204 No Content
104
106
```
Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ Status: 201 Created
112
112
DELETE /user/keys/:id
113
113
```
114
114
115
+ ### Response
116
+
115
117
```
116
118
Status: 204 No Content
117
119
```
You can’t perform that action at this time.
0 commit comments