Closed samgh96 closed 6 years ago
There were a bug in the party API which recognized the empty lists as if you have not included the field in the patch. It should be fixed now (you need to pull the develop tag of the APIs image)
Everything works fine now!
When I create a business address of any kind and press the "delete" icon in Actions the PATCH response given is the same as the POST response of creation.
POST:
PATCH (after pressing delete):
But if I create multiple business addresses I can delete all but the last one I try to delete, and if I try to delete all and then post one the one I posted replaces the last one "deleted".