Describe the problem
Swagger docs are missing information about the supported query parameters for the endpoint that lists customer addresses.
Expected behavior
@api.expect(address_args, validate=True) needs to be added as an annotation to the AddressCollection method for listing customer addresses
Describe the problem Swagger docs are missing information about the supported query parameters for the endpoint that lists customer addresses.
Expected behavior @api.expect(address_args, validate=True) needs to be added as an annotation to the AddressCollection method for listing customer addresses