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

Web API design best practices is to have the resource plural in these kinds of routes, i.e. you are posting a new missing item to the missing items resource, so the route is 'HTTP POST /missingitems', not 'HTTP POST /missingitem'. #2468

Open
Centerville1 opened this issue Dec 5, 2024 · 0 comments

Comments

@Centerville1
Copy link
Contributor

          Web API design best practices is to have the resource plural in these kinds of routes, i.e. you are posting a new missing item to the missing items resource, so the route is 'HTTP POST /missingitems', not 'HTTP POST /missingitem'.

Originally posted by @EjPlatzer in #2462 (comment)

@Centerville1 Centerville1 added Page Content Marker for UI wording and text updates and removed Page Content Marker for UI wording and text updates labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant