added a backwards_cursor to let you sync forwards and backwards

This commit is contained in:
David de Regt
2026-04-09 23:50:21 -04:00
parent ca7a98c5ea
commit b2f1ff81e8
7 changed files with 157 additions and 3 deletions

View File

@@ -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"