add a thread/turns/list call to paginate through turn data

This commit is contained in:
David de Regt
2026-04-10 00:44:05 -04:00
parent b2f1ff81e8
commit 6d7a94e78b
23 changed files with 2365 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"ThreadSortDirection": {
"SortDirection": {
"enum": [
"asc",
"desc"
@@ -82,7 +82,7 @@
"sortDirection": {
"anyOf": [
{
"$ref": "#/definitions/ThreadSortDirection"
"$ref": "#/definitions/SortDirection"
},
{
"type": "null"