We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6aef0 commit c9a5146Copy full SHA for c9a5146
1 file changed
content/v3/gists.md
@@ -34,6 +34,12 @@ List the authenticated user's starred gists:
34
35
GET /gists/starred
36
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
43
### Response
44
45
<%= headers 200, :pagination => true %>
0 commit comments