Skip to content

Add support od generic in request #227

@W1zzard

Description

@W1zzard

Hello.
Now it seems that swagger have problem with request object like "SomeObject book". In this case it skip field "type" in JSON and no model for request object. Also i cannot set this externaly by some parameters in annotations, because it dont have one. And if i use
@ApiImplicitParams({
@ApiImplicitParam(.....),
})
It just add additional description.
So it would be grate to work with generic request objects in REST or add type manually.

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