code-for-charlottesville / housinghub

GNU General Public License v3.0
14 stars 23 forks source link

Implementation and docs for delete property API #107

Closed thinkharderdev closed 3 years ago

thinkharderdev commented 3 years ago

@billyhunt This should fix the Delete Property API and add it to the swagger spec.

I munged it a bit to just be a delete by ID.

billyhunt commented 3 years ago

I was wondering, do we have an update action/endpoint?

thinkharderdev commented 3 years ago

I was wondering, do we have an update action/endpoint?

@billyhunt There is but it is not implemented correctly right now. I can take that one next.