Skip to content

Commit 60de16d

Browse files
committed
Merge pull request github#292 from github/issues-since-means-updated
Clarify since parameter for fetching issues
2 parents 557e34f + efcc3c6 commit 60de16d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3/issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ direction
4949
: `asc` or `desc`, default: `desc`.
5050

5151
since
52-
: _Optional_ **string** of a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
52+
: _Optional_ **string** of a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. Only issues updated at or after this time are returned.
5353

5454
### Response
5555

@@ -92,7 +92,7 @@ direction
9292
: `asc` or `desc`, default: `desc`.
9393

9494
since
95-
: _Optional_ **String** of a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
95+
: _Optional_ **String** of a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. Only issues updated at or after this time are returned.
9696

9797
### Response
9898

0 commit comments

Comments
 (0)