We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a504f commit 3315bffCopy full SHA for 3315bff
docs/deployments/realtime-api/predictors.md
@@ -509,7 +509,7 @@ The `payload` parameter type will be a `bytes` object if a request with a `Conte
509
```bash
510
$ curl http://***.amazonaws.com/my-api \
511
-X POST -H "Content-Type: application/octet-stream" \
512
- -d @file.bin
+ --data-binary @file.bin
513
```
514
515
The `payload` parameter type will be a `bytes` object if a request doesn't have the `Content-Type` set:
0 commit comments