Skip to content

Is there a way to get 'method' in 'add-path' rule #34

@kushubham9

Description

@kushubham9

Hi,
Is there any way to get the supported methods when a new path is added?

like,
{ "ruleId": "add-path", "message": "/v2/user/id- Added", "path": "/v2/user/id" }
should be
{ "ruleId": "add-path", "message": "/v2/user/id- Added", "path": "/v2/user/id", "method": "get" }
if I have added a new endpoint 'GET /v2/user/id' ?

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