Forum Discussion

1 Reply

  • Hi smahoney10 

     

    The insert menu only appears when you're working with OpenAPI 3.x and not OpenAPI 2.x.

    If you'd like to see it in action, here is a minimal OpenAPI 3.x definition.

    Copy it into your SwaggerEditor,  reload the page and you should see the Insert Menu.

    openapi: 3.0.0
    info:
      version: 1.0.0
      title: Minimal
    paths: {}