Issue Summary
The endpoint Features will fail with an error similar to below if any of the "Test Categories" checkboxes on a Feature are checked.
API: /rest/align/api/2/Features/<id> [PATCH]
Body:
[{"value":"ABC","path":"tags","op":"replace"}]
Error:
Cannot update feature with id 9999. Value for testCategoryId with id 3 is invalid.
Steps to Reproduce
- Create a Feature
- Check one of the "Test Categories" boxes
- Using the API 2.0 try to update the Feature
- The error message will show
Expected Results
API saves the Feature updates
Actual Results
API doesn't save the updates and throws an error.
Workaround
None available at the moment.