Open MaximilianHauer opened 1 month ago
wrong api is called in https://portal.int.catena-x.net/serviceReleaseProcess/form
https://portal.int.catena-x.net/serviceReleaseProcess/form
if i click on the documents i want to call the GET /api/services/{serviceId}/serviceDocuments/{documentId}
GET /api/services/{serviceId}/serviceDocuments/{documentId}
as aligned in the demo please proceed with all other documents that can be uploaded during the registration process of an app/service
Current Behavior
wrong api is called in
https://portal.int.catena-x.net/serviceReleaseProcess/form
Expected Behavior
if i click on the documents i want to call the
GET /api/services/{serviceId}/serviceDocuments/{documentId}
Steps To Reproduce