monitorizare-vot icon indicating copy to clipboard operation
monitorizare-vot copied to clipboard

Update county related endpoints

Open aniri opened this issue 4 years ago • 1 comments

Some updates are needed to the CRUD endpoints for counties.

The current endpoints are: image

Needed updates:

  • the post county endpoint should only be used for adding new counties and not for editing existing counties. It should not need an id.
  • a put by id endpoint for editing counties (this logic is probably now handled in the post endpoint)
  • a delete county by id endpoint

aniri avatar Nov 06 '21 14:11 aniri

will do

idormenco avatar Nov 06 '21 18:11 idormenco