diff --git a/packages/bruno-app/src/components/RequestPane/QueryParams/index.js b/packages/bruno-app/src/components/RequestPane/QueryParams/index.js index 460def1fd..b82f54fc5 100644 --- a/packages/bruno-app/src/components/RequestPane/QueryParams/index.js +++ b/packages/bruno-app/src/components/RequestPane/QueryParams/index.js @@ -226,11 +226,11 @@ const QueryParams = ({ item, collection }) => { {!(pathParams && pathParams.length) ?
:name
+ Path variables are automatically added whenever the
+ :name
template is used in the URL, for example:
-
- https://example.com/v1/users/:id
+
+ https://example.com/v1/users/:id