Skip to content

Commit

Permalink
docs: changed asset api to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSteinert committed Dec 11, 2023
1 parent fe15d84 commit 9bf6625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/advanced-01-open-telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Create an asset:
```bash
curl -H "X-Api-Key: password" \
-d @transfer/transfer-01-negotiation/resources/create-asset.json \
-H 'content-type: application/json' http://localhost:19193/management/v2/assets \
-H 'content-type: application/json' http://localhost:19193/management/v3/assets \
-s | jq
```

Expand Down

0 comments on commit 9bf6625

Please sign in to comment.