Create Config
POST/v1/products/:productId/configs
This endpoint creates a new Config in a specified Product
identified by the productId
parameter, which can be obtained from the List Products endpoint.
Request
Responses
- 201
- 400
- 404
- 429
When the creation was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.