You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/09 08:40:05 UTC

[GitHub] [camel] Sonicsupremacy commented on pull request #4175: CAMEL-15514: Add auto generation of operation IDs

Sonicsupremacy commented on pull request #4175:
URL: https://github.com/apache/camel/pull/4175#issuecomment-689418351


   Dashes are now used for separating words.
   
   @davsclaus it should not be possible to generate duplicates. OpenApi standard states that all paths are relative to api server url and paths also can not be nested. That guarantees that there can be no duplicate paths. Any base paths are specified at the api server url level.
   
   To expand on your example:
   paths
   - user
      GET {id}
   - order
      GET {id}
   
   would be defined in api specification as:
   - /user/{id} and
   - /order/{id}


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org