You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first issue depends on how you actually configure the management api to be exposed. So the https://consumer-control.plane/api/management is just an example the relevant part is /v2/edrs but i guess is fine to change it also.
The second issue for the EDR api there are two versions, one from upstream EDC which tractusx does not use it (your link)
and the extension of those API for supporting refresh which is available here
The issue is that the swagger doc of tractusx includes also the upstream EDC one and thus it contains both APIs, even if the upstream one is not used/imported.
https://github.com/eclipse-tractusx/tractusx-edc/blob/main/docs/usage/management-api-walkthrough/07_edrs.md
Is:
Should be:
etc.
https://app.swaggerhub.com/apis/eclipse-tractusx-bot/tractusx-edc/0.7.1#/EDR%20Cache/requestEdrEntries
Is
/v1/edrs/request:
Should be:
/v2/edrs/request:
etc
The text was updated successfully, but these errors were encountered: