We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce99a01 commit 9fbcefcCopy full SHA for 9fbcefc
content/docs/05.concepts/08.backfill.md
@@ -57,7 +57,7 @@ You can pause and resume the backfill process at any time, and by clicking on th
57
You can invoke the backfill exections using the `cURL` call as follows:
58
59
```sh
60
-curl -XPUT http://localhost:8080/api/v1/triggers -H 'Content-Type: application/json' -d '{
+curl -X PUT http://localhost:8080/api/v1/triggers -H 'Content-Type: application/json' -d '{
61
"backfill": {
62
"start": "2024-03-28T06:30:00.000Z",
63
"end": null,
0 commit comments