Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update county related endpoints #388

Open
aniri opened this issue Nov 6, 2021 · 1 comment
Open

Update county related endpoints #388

aniri opened this issue Nov 6, 2021 · 1 comment

Comments

@aniri
Copy link
Member

aniri commented Nov 6, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants