systelab / allure-reporter

Printable report generation for Allure
4 stars 2 forks source link

Switch from PUT operation to update a test case to a PATCH #85

Closed orozluk closed 2 years ago

orozluk commented 2 years ago

According to JAMA specifications, PATCH operation modifies only the referenced elements, leaving the other attributes unmodified. This matches better the intended goal of the method, rather than using a PUT and copying one by one all attributes. See https://dev.jamasoftware.com/cookbook/#patch

orozluk commented 2 years ago

It solves issue #83