Skip to content

Commit fe1021d

Browse files
committed
fix commands
1 parent 2651259 commit fe1021d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

discovery-data/webhook-enrichment-sample/slate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this tutorial, we will use [IBM Cloud Code Engine](https://www.ibm.com/cloud/
5050
```shell
5151
SCORING_API_TOKEN=$(
5252
curl -k -X POST 'https://{hostname of your cp4d instance}/icp4d-api/v1/authorize' \
53-
--header "Content-Type: application/json"
53+
--header "Content-Type: application/json" \
5454
-d "{\"username\":\"admin\",\"api_key\":\"{api key of your cp4d instance}\"}" \
5555
| jq .token
5656
)

discovery-data/webhook-enrichment-sample/slate/wml-as-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In this tutorial, we will use [IBM Cloud Code Engine](https://www.ibm.com/cloud/
5555
```shell
5656
SCORING_API_TOKEN=$(
5757
curl -k -X POST 'https://{hostname of your cp4d instance}/icp4d-api/v1/authorize' \
58-
--header "Content-Type: application/json"
58+
--header "Content-Type: application/json" \
5959
-d "{\"username\":\"admin\",\"api_key\":\"{api key of your cp4d instance}\"}" \
6060
| jq .token
6161
)

0 commit comments

Comments
 (0)