You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The spec has added a new required endpoint,
GET /products/{productId}/parameters
. Rather than including product parameters as part of theProduct
object returned fromGET /products/{productId}
, the parameters should now be returned separately as a jsonschema object from the new aforementioned endpoint.The text was updated successfully, but these errors were encountered: