Skip to content
Compare
Choose a tag to compare

What's Changed

  • feat: Fallback to an alternate string if operationId is undefined. by @Himenon in #139

New Features

It now works with the following schema as well.

  /undefined/operation/:id:
    get:
      # operationId: getUndefinedOperation
      responses:
        200:
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    description: Undefined operation response

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]