Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Dec 21, 2024
1 parent 730518e commit ba61aec
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 409 deletions.
30 changes: 16 additions & 14 deletions .mock/definition/empathic-voice/chatGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,12 +543,22 @@ service:
path-parameters:
id:
type: string
docs: Identifier for a chat. Formatted as a UUID.
docs: Identifier for a Chat Group. Formatted as a UUID.
display-name: Get chat group audio
request:
name: ChatGroupsGetAudioRequest
query-parameters:
page_number:
type: optional<integer>
docs: >-
Specifies the maximum number of results to include per page,
enabling pagination. The value must be between 1 and 100,
inclusive.
For example, if `page_size` is set to 10, each page will include
up to 10 items. Defaults to 10.
page_size:
type: optional<integer>
docs: >-
Specifies the page number to retrieve, enabling pagination.
Expand All @@ -559,22 +569,14 @@ service:
if `page_size` is 10), setting `page_number` to 1 retrieves the
second page (items 10-19), and so on. Defaults to 0, which
retrieves the first page.
page_size:
type: optional<integer>
docs: >-
Specifies the maximum number of results to include per page,
enabling pagination. The value must be between 1 and 100,
inclusive.
For example, if `page_size` is set to 10, each page will include
up to 10 items. Defaults to 10.
ascending_order:
type: optional<boolean>
docs: >-
Boolean to indicate if the results should be paginated in
chronological order or reverse-chronological order. Defaults to
true.
Specifies the sorting order of the results based on their creation
date. Set to true for ascending order (chronological, with the
oldest records first) and false for descending order
(reverse-chronological, with the newest records first). Defaults
to true.
response:
docs: Success
type: root.ReturnChatGroupPagedAudioReconstructions
Expand Down
Loading

0 comments on commit ba61aec

Please sign in to comment.