Updating Rest Service Path Name using Path and Query Parameters

The service path names can be configured by adding the path and query parameters in Resource Service Path field on the Bindings tab in the following formats:

/resource1/{pathparam}?q1={queryparam} or /resource1/{pathparam}?{queryparam}&{queryparam2}

The path parameters are reflected in the Path Parameters table and the query parameters are reflected in the Query and Header Parameters table for are all the operations.

Note: To reflect the above changes in the REST Reference Binding, a new Reference Binding should be created using the Swagger file.