Skip to content

Partial path templating is not allowed message for path variable with multiple parameter #1248

@rubenlara

Description

@rubenlara

Hi, actually I'm implementing a rest api with a path like /api/users/{groupid}.{departmentid}.{level}

users have this composite id to identify them. Calling operations are working but I cannot define the the path in swagger. I get a:

Semantic error at paths./api/users/{groupid}.{departmentid}.{level}
Partial path templating is not allowed.

I'm using swagger annotations to define the api and in the configuration I'm using enableUrlTemplating(true) too.

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