Skip to content

[BUG] OpenAPI 3 for some reason outputs UserCurrentPutPut instead of UserCurrentPut as the interface name for body input #167

@j-d-carmichael

Description

@j-d-carmichael

Outputs this:

  public async userCurrentPut (
    body: UserCurrentPutPut,
    jwtData: JwtAccess
  ): Promise<User> {

instead of this:

  public async userCurrentPut (
    body: UserCurrentPut,
    jwtData: JwtAccess
  ): Promise<User> {

into the domain method

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions