Duplicate "subscriptionID" field in GET /owncompany/serviceaccounts/{serviceAccountId} endpoint #897
Labels
breaking change
PR shall be handled with extra care as it breaks existing functionality
bug
Something isn't working
Milestone
Environment:
/api/administration/serviceaccount/owncompany/serviceaccounts/{serviceAccountId}
Description:
When calling the GET
/api/administration/serviceaccount/owncompany/serviceaccounts/{serviceAccountId}
endpoint, the response includes the "subscriptionID" field twice. According to the swagger documentation, "subscriptionID" should only appear once in the response.Steps to Reproduce:
/api/administration/serviceaccount/owncompany/serviceaccounts/{serviceAccountId}
with a valid{serviceAccountId}
.Expected Result:
The response JSON should contain the "subscriptionID" field only once.
Actual Result:
The response JSON contains the "subscriptionID" field twice.
User Impact:
The duplicated field may cause confusion and potentially lead to issues with systems or clients that consume this API and expect the response format to match the documentation.
The text was updated successfully, but these errors were encountered: