GET /subscriptions/:id
not returning the param ID in the whole response
#902
Labels
GET /subscriptions/:id
not returning the param ID in the whole response
#902
Consider the following request:
curl http://localhost:12111/v1/subscriptions/sub_1MowQVLkdIwHu7ixeRlqHVzs
It returns the ID from URL parameter (
sub_1MowQVLkdIwHu7ixeRlqHVzs
) only in theid
key, but not in other nested keys where it should match:Full json
I guess it would be the same case across all other endpoints. Is this something that can be fixed?
The text was updated successfully, but these errors were encountered: