Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Reduce needed meta #55

@mshd

Description

@mshd

Is your tool intented to be used as just an API endpoint? If so, would it be possible to reduce the meta openapi complexity, and just enable openapi for all routes?

openapi: {
        enabled: true,       //default from global settings
        method: "POST",      //default GET for query and POST for mutation
        path: "/auth/login", //defaults to TRPC route
        tag: "auth",
        summary: "Login as an existing user",
      },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions