mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
added a backwards_cursor to let you sync forwards and backwards
This commit is contained in:
@@ -1931,6 +1931,13 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"backwardsCursor": {
|
||||
"description": "Opaque cursor to pass as `cursor` when reversing `sortDirection`. if None, the page was empty.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"data": {
|
||||
"items": {
|
||||
"$ref": "#/definitions/Thread"
|
||||
|
||||
Reference in New Issue
Block a user