Closed
Description
Preconditions
- Magento 2.1.0.
Steps to reproduce
- POST an new option value using /V1/products/attributes/{attributeCode}/options. Request body looks like
{"option": {"label": "FOOBAR"} }
- Examine response content.
Expected result
- Returned body should contain full record of option inserted including the option "value."
Actual result
- Response body contains only 'true'. To learn the value of the newly inserted option you most GET the entire list again.
Metadata
Metadata
Assignees
Labels
Distributed Contribution DayThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 release