Skip to content

Commit 8c51d33

Browse files
authored
[Queues] Fix paramter name in pull consumer docs (#19723)
1 parent 64806b7 commit 8c51d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/pull-consumers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ let resp = await fetch(
127127
authorization: `Bearer ${QUEUES_API_TOKEN}`,
128128
},
129129
// Optional - you can provide an empty object '{}' and the defaults will apply.
130-
body: JSON.stringify({ visibility_timeout: 6000, batch_size: 50 }),
130+
body: JSON.stringify({ visibility_timeout_ms: 6000, batch_size: 50 }),
131131
},
132132
);
133133
```

0 commit comments

Comments
 (0)