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

remove assetId from POST /transferprocesses call #318

Open
1 task done
ndr-brt opened this issue Sep 24, 2024 · 0 comments
Open
1 task done

remove assetId from POST /transferprocesses call #318

ndr-brt opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request triage Newly created issue that needs maintainers validation

Comments

@ndr-brt
Copy link
Contributor

ndr-brt commented Sep 24, 2024

Check for existing issues

  • Completed

Describe the feature

Currently in the POST /transferprocesses call we're passing in the assetId, but it is currently deprecated in the APIs, as this log states:

WARNING 2024-09-24T11:43:46.794129703 The attribute https://w3id.org/edc/v0.0.1/ns/assetId has been deprecated in type https://w3id.org/edc/v0.0.1/ns/assetId, please use no attribute, as https://w3id.org/edc/v0.0.1/ns/contractId already provide such information

it can be removed, maybe first as giving it a default value and avoid to put it into the request body and mark it as deprecated (to avoid breaking changes)

If applicable, add text / mockups / screenshots to help present your vision of the feature

No response

@ndr-brt ndr-brt added enhancement New feature or request triage Newly created issue that needs maintainers validation labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Newly created issue that needs maintainers validation
Projects
None yet
Development

No branches or pull requests

1 participant