Improve REST Path property for Path Params
When creating a rest method you can use {something} to indicate a path param. There is no way in the Path field to configure this and notice the existence of path params.
@hguerrero could you please elaborate/add screenshots ? I dont understand the problem
@mgubaidullin take this screenshot as example:

You can see the path is /greeting/{name}. There is no UI help on how to craft the REST paths, and you can configure path parameters.
So we can add some UI guide on the parameters, and make them available as part of the routes that are linked To: as it will be available for the route when running.
@davsclaus could we add more information to REST models in catalogue?
Yes the description in the model can be updated, then when you click that ? icon then it shows that.
Anyone is welcome to help write a better description we can use https://github.com/apache/camel/blob/main/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestDefinition.java#L104
Captions come from Camel itself and if requires should be fixed there