|
|
|
@ -4334,32 +4334,32 @@ |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"format": "date-time", |
|
|
|
|
"description": "Only show notifications updated after the given time. This is a timestamp in RFC 3339 format", |
|
|
|
|
"description": "Only show items updated after the given time. This is a timestamp in RFC 3339 format", |
|
|
|
|
"name": "since", |
|
|
|
|
"in": "query" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"format": "date-time", |
|
|
|
|
"description": "Only show notifications updated before the given time. This is a timestamp in RFC 3339 format", |
|
|
|
|
"description": "Only show items updated before the given time. This is a timestamp in RFC 3339 format", |
|
|
|
|
"name": "before", |
|
|
|
|
"in": "query" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "filter (issues / pulls) created to", |
|
|
|
|
"description": "Only show items which were created by the the given user", |
|
|
|
|
"name": "created_by", |
|
|
|
|
"in": "query" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "filter (issues / pulls) assigned to", |
|
|
|
|
"description": "Only show items for which the given user is assigned", |
|
|
|
|
"name": "assigned_by", |
|
|
|
|
"in": "query" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "filter (issues / pulls) mentioning to", |
|
|
|
|
"description": "Only show items in which the given user was mentioned", |
|
|
|
|
"name": "mentioned_by", |
|
|
|
|
"in": "query" |
|
|
|
|
}, |
|
|
|
|