OpenAPI Paths No Verbs (Edit)
RESTful API path segments should not contain action verbs. HTTP methods already convey the action, so verbs in paths indicate a non-RESTful design. Paths should describe resources, not actions.
OpenAPIPathsRESTDesign