Files
terminus/spec
Brooke Kuhlmann f9b55e2c37 Added API base action handling of unique constraints
Ensures the API answers HTTP Conflict (409) problem details when a unique contraint is encountered. This improves the user experience while also giving detailed information on how to correct.

Reek has been updated as follows:

* *Data Clump*: This can't be avoided without additional effort since there'd need to be a more advanced error routing system to account for the clumping of the request, response, and error objects. This might be worth exploring more in the future.
* *Feature Envy*: Reek doesn't like more than one call to the same object. This is a known issue since this is too strict for use cases like this.

Milestone: minor
2026-04-02 15:23:14 -06:00
..