Closed shinjigi closed 3 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 49.03%. Comparing base (
dc04d18
) to head (0acef3a
). Report is 762 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
What
This PR improves the OpenAPI specification for the
fields
parameter in the product and search endpoint.The changes make the API specification more accurate and provide better validation and documentation for the fields parameter, which is critical for controlling response payload size and structure.
Related issue(s) and discussion
Implementation details
parameters/product_available-fields.yaml
to house fields parameter definitionTesting
Note: This change is purely to the API specification and does not affect the actual API implementation.