From 57377393e4405a9ce44acf19c5907f06fa46fbe4 Mon Sep 17 00:00:00 2001 From: pollev Date: Fri, 15 Aug 2025 20:47:08 +0200 Subject: [PATCH] clarify the achored ID36 parameters in the API --- tildes/openapi_beta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tildes/openapi_beta.yaml b/tildes/openapi_beta.yaml index b35b2df..8f4de6e 100644 --- a/tildes/openapi_beta.yaml +++ b/tildes/openapi_beta.yaml @@ -214,7 +214,7 @@ components: schema: type: string required: false - description: The ID36 of the first item from the current page, to get items before it. You can only specify either `before` or `after`, not both. + description: The ID36 of the first item from the current page, to get items before it. You can only specify either `before` or `after`, not both. In mixed feeds like user profiles, this parameter needs a "t-" or "c-" prefix to indicate topics and comments respectively. paginationAfter: in: query @@ -222,7 +222,7 @@ components: schema: type: string required: false - description: The ID36 of the last item from the previous page, to get items after it. You can only specify either `before` or `after`, not both. + description: The ID36 of the last item from the previous page, to get items after it. You can only specify either `before` or `after`, not both. In mixed feeds like user profiles, this parameter needs a "t-" or "c-" prefix to indicate topics and comments respectively. paginationLimit: in: query