We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
External Service details are missing from the following API response
API: /api/services/{serviceId}/subscription/{subscriptionId}/provider Method: GET Response Data:
{ "id": "db1a7759-cc33-4a9a-a5c8-f89430886af9", "offerSubscriptionStatus": "ACTIVE", "name": "Jupiter Test Pumpkin", "customer": "Jupiter Test2 V", "bpn": "BPNL00000000071A", "contact": [ "sana.saleem+volks@cofinity-x.com" ], "technicalUserData": [ { "id": "a8962456-56bb-43e5-bd95-ee0b1115216b", "name": "sa30", "permissions": [ "BPDM Pool Admin" ] } ] }
Phil has worked and responded External Service Details for Apps only. #867 eclipse-tractusx/portal#385
External Service details should be available as frontend is expecting External Service Details on UI. eclipse-tractusx/portal-frontend#940
This change also required the addition of configs: eclipse-tractusx/portal#459
The text was updated successfully, but these errors were encountered:
tfjanjua
No branches or pull requests
Current Behavior
External Service details are missing from the following API response
API: /api/services/{serviceId}/subscription/{subscriptionId}/provider
Method: GET
Response Data:
Phil has worked and responded External Service Details for Apps only.
#867
eclipse-tractusx/portal#385
Expected Behavior
External Service details should be available as frontend is expecting External Service Details on UI.
eclipse-tractusx/portal-frontend#940
Steps To Reproduce
Corresponding Configuration Ticket
This change also required the addition of configs:
eclipse-tractusx/portal#459
The text was updated successfully, but these errors were encountered: