Skip to content

Commit c9a5146

Browse files
committed
Document since parameter for listing gists
1 parent 3e6aef0 commit c9a5146

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

content/v3/gists.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ List the authenticated user's starred gists:
3434

3535
GET /gists/starred
3636

37+
### Parameters
38+
39+
since
40+
: _Optional_ **string** of a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
41+
Only gists updated at or after this time are returned.
42+
3743
### Response
3844

3945
<%= headers 200, :pagination => true %>

0 commit comments

Comments
 (0)