devops-customers-squad / customers

This repository contains the implementation of the customers RESTful Flask service to be used by the eCommerce site.
Apache License 2.0
0 stars 2 forks source link

Fix missing query parameters in Swagger docs for listing customer addresses #200

Closed ryanjcohen closed 2 years ago

ryanjcohen commented 2 years ago

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

ryanjcohen commented 2 years ago

IBM Cloud toolchain: Delivery Pipeline deployed customers to dev, including commit 68a240a8aa717c88fdf8a7f56598530b286510f3