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
Describe the bug
In the response body of GET requests (comments), there is an extra duplicate attribute "external_id" being sent, which is the same as the "id" in the response.
Describe the bug
In the response body of GET requests (comments), there is an extra duplicate attribute "external_id" being sent, which is the same as the "id" in the response.
To Reproduce
Steps to reproduce the behavior:
1.Go to https://care.ohc.network/resource/df18360c-5cb8-446b-b981-9452beafce14
2.In the network tab, check the response, and you will find "external_id" is included, which is identical to "id."
Expected behaviour
1.Remove the "external_id" from the response body.
The text was updated successfully, but these errors were encountered: