Skip to content

Fail at picking up documentation for endpoint #60

Description

@kjellmrud

If you've got @RequestMapping(value = "/my/api/v1/and/{id}/something") on your class and @RequestMapping(method = POST) on your method, no documentation will be generated. You have to specify a value="", e.g. @RequestMapping(value = "", method = POST) for it to be picked up.

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