Skip to content

Commit

Permalink
adding fold param to /conversation api (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavmukherji authored Oct 11, 2024
1 parent 7192abb commit 8208571
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4500,6 +4500,15 @@ paths:
description: Sort type for the ordering of descendants. Default is `desc_chron`
schema:
$ref: "#/components/schemas/CastConversationSortType"
- name: fold
in: query
required: false
description: Show conversation above or below the fold. Lower quality responses are hidden below the fold. Not passing in a value shows the full conversation without any folding.
schema:
type: string
enum:
- above
- below
- name: limit
in: query
description: Number of results to retrieve (default 20, max 50)
Expand Down

0 comments on commit 8208571

Please sign in to comment.