question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OpenApi Plugin Improvements

See original GitHub issue

Javalin creates a basic documentation for all paths added to the Pathmatcher. If I enable cors for all origins, a basic documentation is added

"/*": {
      "options": {
        "summary": "Options with wildcard",
        "operationId": "optionsWithWildcard"
      }
    }

Now I want to document or drop this section from documentation, how can I do that? Also this is not valid OpenApi 3.0 because the response section is missing (see OpenApi Spec. Operation Object

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:18 (17 by maintainers)

github_iconTop GitHub Comments

3reactions
maxemann96commented, Sep 4, 2019

Ok, i try to finish this in <2 weeks

1reaction
maxemann96commented, Sep 15, 2019

Yes, all things done

Read more comments on GitHub >

github_iconTop Results From Across the Web

Releases · OpenAPITools/openapi-generator - GitHub
0.1 is a patch release with enhancements, bug fixes covering 20 programming languages. As always, we appreciate the contributions from the awesome OpenAPI...
Read more >
OpenAPI (Swagger) Editor - IntelliJ IDEs Plugin | Marketplace
Provides support for editing the OpenAPI files (formerly known as Swagger). ... HTTP requests directly from the extension; Add basic settings validation.
Read more >
Roadmap - OpenAPI Generator
Build automation improvements; Discuss consolidating current third-party build systems; Investigate custom docker containerization for ...
Read more >
5 reasons why you should install the Redocly VS Code ...
After several months of incremental improvements, we're happy to announce a new major release of the Redocly OpenAPI extension for VS Code.
Read more >
serverless-openapi-integration-helper - npm
If you have an idea for how this plugin/library can be improved (or even just a complaint/criticism) then please open an issue.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found