Skip to content

Commit 8b7627e

Browse files
committed
fix api docs
1 parent e111af2 commit 8b7627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/swap/swapModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ const getProvidersSchema = z.object({
364364
})
365365

366366
const providersResponseSchema = z.array(z.string()).openapi({
367-
description: "Array of providers for use with `swapWithProvider` endpoint",
367+
description: "Array of available providers",
368368
})
369369

370370
export {

0 commit comments

Comments
 (0)