As OpenAPI uses **paths+method** as keys in its [`paths`](https://github.com/pryv/dev-site/blob/master/open-api/open-api-format/api.yaml#L11) root object, methods that use the same path such as: - https://api.pryv.com/reference-full/#login-user - https://api.pryv.com/reference-full/#login-with-mfa or - https://api.pryv.com/reference-full/#create-event - https://api.pryv.com/reference-full/#create-hf-event One solution would be to output conflicting entries in separate collections.