Model the resource, not the action name.
Section: Route shape examples
Prefer nouns over verbs
text
text
Prefer: POST /invoices
Avoid: POST /createInvoiceExplanation
REST routes are usually clearer when they describe resources and let the HTTP method express the action.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Route shape examples