Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing /products/{productId}/parameters endpoint #71

Closed
jkeifer opened this issue Sep 25, 2024 · 1 comment · Fixed by #80
Closed

Missing /products/{productId}/parameters endpoint #71

jkeifer opened this issue Sep 25, 2024 · 1 comment · Fixed by #80

Comments

@jkeifer
Copy link
Member

jkeifer commented Sep 25, 2024

The spec has added a new required endpoint, GET /products/{productId}/parameters. Rather than including product parameters as part of the Product object returned from GET /products/{productId}, the parameters should now be returned separately as a jsonschema object from the new aforementioned endpoint.

@parksjr parksjr linked a pull request Nov 1, 2024 that will close this issue
@parksjr
Copy link
Contributor

parksjr commented Nov 1, 2024

I think we are addressing this in #80, right? Instead, though, it's: GET /products/{product_id}/constraints

If that isn't correct let me know and I'll remove the linked PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants