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