Forum Discussion

Vitamin's avatar
Vitamin
New Contributor
6 years ago
Solved

error: Attribute paths is repeated

When I try to create a project based on a valid swagger.json file, I get this error message:

 

      attribute paths.'/project_coordinate_systems/{guid}'(delete).operationId is repeated

      attribute paths.'/project_tree_elements/{guid}/projects'(put).operationId is repeated

 

If I delete absolutely arbitrary endpoints - not even project_coordinate_systems or project_tree_elements - error messages start to disappear. What is wrong with that?