Model endpoints as nouns representing resources, not verbs. Let HTTP methods express the action instead of encoding it in the path.
Why This Matters
Verb-based, RPC-style paths fragment the API surface and make it unpredictable, hurting discoverability and client maintenance.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.