mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
added a backwards_cursor to let you sync forwards and backwards
This commit is contained in:
@@ -13582,6 +13582,13 @@
|
||||
"ThreadListResponse": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"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/v2/Thread"
|
||||
|
||||
Reference in New Issue
Block a user