Forum Discussion

2 Replies

    • HKosova's avatar
      HKosova
      Icon for Alumni rankAlumni

      Hi mewalig,

       

      I have fixed the example in the docs - the error was that the "servers" definition was missing the "url" key:

      # Incorrect
      servers:
        - https://hooks.slack.com
      
      # Correct
      servers:
        - url: https://hooks.slack.com

      The GitHub repository is the recommended place to report issues with swagger.io docs, but we monitor this forum as well.

       

      Thanks!