How to pass multi parameters in API routes from AWS console
/nodes/{id}&{limit}
this routing got One or more path parts appear to be invalid. Parts are validated against this regular expression: ^({[\w.:-]++?}|[a-zA-Z0-9.:_-]+)$
How to pass multi parameters in API routes from AWS console
/nodes/{id}&{limit}
this routing got One or more path parts appear to be invalid. Parts are validated against this regular expression: ^({[\w.:-]++?}|[a-zA-Z0-9.:_-]+)$