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

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