camaraproject / EdgeCloud

Repository to describe, develop, document and test the EdgeCloud API family
Apache License 2.0
16 stars 43 forks source link

TI API: resource modification while action is still in progress #291

Open FabrizioMoggio opened 3 weeks ago

FabrizioMoggio commented 3 weeks ago

Problem description

Expected behavior

Additional context If, the status of the first resource is "active" and the API Consumer, to modify the routing, instead of using a PATCH, creates a new resource with another POST, this is allowed and the new resource will overrule the previous one.

FabrizioMoggio commented 2 weeks ago

Fixed with: https://github.com/camaraproject/EdgeCloud/pull/296