Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Management API version changed #172

Closed
skante93 opened this issue Nov 30, 2023 · 5 comments · Fixed by #165
Closed

Management API version changed #172

skante93 opened this issue Nov 30, 2023 · 5 comments · Fixed by #165
Labels
documentation Improvements or additions to documentation

Comments

@skante93
Copy link

Bug Report

When I was trying out the transfer samples for myself, in the Transfer negociation step, I found that the Management API version for assets should be "v3" not "v2", i.e the request should be:

curl -d @transfer/transfer-01-negotiation/resources/create-asset.json \
  -H 'content-type: application/json' http://localhost:19193/management/v3/assets \
  -s | jq

At least that is what worked for me not the v2.

Copy link

Thanks for your contribution 🔥 We will take a look asap 🚀

@ndr-brt
Copy link
Member

ndr-brt commented Dec 1, 2023

thanks for reporting, would you like to provide a PR to fix this?

@ndr-brt ndr-brt added the documentation Improvements or additions to documentation label Dec 1, 2023
@MichaelSteinert
Copy link
Contributor

I have already made the changes in PR #165

@ndr-brt
Copy link
Member

ndr-brt commented Dec 6, 2023

@MichaelSteinert you can link the PR to this issue by adding Closes #172 on the PR text, so this will be closed automatically when the PR will be merged

@MichaelSteinert
Copy link
Contributor

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants