File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -317,27 +317,27 @@ func ListIssues(ctx *context.APIContext) {
317
317
// type: string
318
318
// - name: since
319
319
// in: query
320
- // description: Only show notifications updated after the given time. This is a timestamp in RFC 3339 format
320
+ // description: Only show items updated after the given time. This is a timestamp in RFC 3339 format
321
321
// type: string
322
322
// format: date-time
323
323
// required: false
324
324
// - name: before
325
325
// in: query
326
- // description: Only show notifications updated before the given time. This is a timestamp in RFC 3339 format
326
+ // description: Only show items updated before the given time. This is a timestamp in RFC 3339 format
327
327
// type: string
328
328
// format: date-time
329
329
// required: false
330
330
// - name: created_by
331
331
// in: query
332
- // description: filter (issues / pulls) created to
332
+ // description: Only show items which were created by the the given user
333
333
// type: string
334
334
// - name: assigned_by
335
335
// in: query
336
- // description: filter (issues / pulls) assigned to
336
+ // description: Only show items for which the given user is assigned
337
337
// type: string
338
338
// - name: mentioned_by
339
339
// in: query
340
- // description: filter (issues / pulls) mentioning to
340
+ // description: Only show items in which the given user was mentioned
341
341
// type: string
342
342
// - name: page
343
343
// in: query
Original file line number Diff line number Diff line change 4334
4334
{
4335
4335
"type": "string",
4336
4336
"format": "date-time",
4337
- "description": "Only show notifications updated after the given time. This is a timestamp in RFC 3339 format",
4337
+ "description": "Only show items updated after the given time. This is a timestamp in RFC 3339 format",
4338
4338
"name": "since",
4339
4339
"in": "query"
4340
4340
},
4341
4341
{
4342
4342
"type": "string",
4343
4343
"format": "date-time",
4344
- "description": "Only show notifications updated before the given time. This is a timestamp in RFC 3339 format",
4344
+ "description": "Only show items updated before the given time. This is a timestamp in RFC 3339 format",
4345
4345
"name": "before",
4346
4346
"in": "query"
4347
4347
},
4348
4348
{
4349
4349
"type": "string",
4350
- "description": "filter (issues / pulls) created to ",
4350
+ "description": "Only show items which were created by the the given user ",
4351
4351
"name": "created_by",
4352
4352
"in": "query"
4353
4353
},
4354
4354
{
4355
4355
"type": "string",
4356
- "description": "filter (issues / pulls) assigned to ",
4356
+ "description": "Only show items for which the given user is assigned ",
4357
4357
"name": "assigned_by",
4358
4358
"in": "query"
4359
4359
},
4360
4360
{
4361
4361
"type": "string",
4362
- "description": "filter (issues / pulls) mentioning to ",
4362
+ "description": "Only show items in which the given user was mentioned ",
4363
4363
"name": "mentioned_by",
4364
4364
"in": "query"
4365
4365
},
You can’t perform that action at this time.
0 commit comments