Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jul 31, 2024
1 parent a3526e3 commit 883c398
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions fern/openapi/asyncapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ channels:
type: string
description: The version of the Cartesia model to use.
example: "1.0.0"
default: "2024-06-10"
publish:
message:
oneOf:
Expand Down
6 changes: 6 additions & 0 deletions fern/openapi/openapi-overrides.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
servers:
- url: "https://api.cartesia.ai"
x-fern-server-name: Production

x-fern-global-headers:
- header: Cartesia-Version
name: cartesia_version
type: literal<"2024-06-10">

paths:
/tts/clip:
post:
Expand Down

0 comments on commit 883c398

Please sign in to comment.