Skip to content

Commit

Permalink
Update endpointID in README (#18)
Browse files Browse the repository at this point in the history
Update endpointID in API creation commands to avoid python app tutorial conflicts
  • Loading branch information
vincent-kiely authored Oct 21, 2024
1 parent 77c0ddc commit 04deafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ curl --cacert <PATH_TO_CA_CERTIFICATE> --location --request POST 'https://<eic-h
--header 'Authorization: Bearer <access-token>' \
--header 'Content-Type: application/json' \
--data '{
"endpointId": "hello-001",
"endpointId": "python-hello-001",
"serverUrl": "http://eric-oss-hello-world-python-app:8050"
}'
```
Expand Down

0 comments on commit 04deafb

Please sign in to comment.