We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f8bc4 commit aac6033Copy full SHA for aac6033
docs/throttling.mdx
@@ -39,7 +39,7 @@ You can set the throttling rate on an application when [creating](https://api.sv
39
import { Svix } from "svix";
40
41
const svix = new Svix("AUTH_TOKEN");
42
-const app = await svix.application.create({name: "Application name", rateLimit: 1000});
+const app = await svix.application.create({name: "Application name", throttleRate: 1000});
43
```
44
45
</TabItem>
0 commit comments