Skip to content

seems it doesn't support regular expression in queryStringParameters??? #146

@zeng-xingdong

Description

@zeng-xingdong

it doesn't work when using it as below:

"queryStringParameters": { "periodType": [ "month" ], "microSvcId": [ "{[\\w-]+}" ] }

or the regEx like below does not work:
[\d]{8}-[\w]{4}-[\w]{4}-[\w]{4}-[\w]{12}

in the end, i have to use it as below:
"*-*-*-*-*"

i also try any other regEx in path/body, they do not work at all....

will you have a plan to support regex?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions