Hi

How can I put the "version into the production and endpoint url automatically?

Hi, are you looking to include a version variable in your endpoint path? If so, you could set the base URL in the environment and define the version as a variable. Then, you can use this variable in your URL to replace the version number. If that’s not what you meant, could you please describe your use case in more detail?

exactly that, I saw that there is a version creation menu, which path do I use to do this “host” + “version” + endpoint.

Hello, do you have a position on the matter?

As shown in my screenshot, when you use variables like {{version}} in the host and set their values in the environment variables, request you send will be constructed as “host” + “version” + endpoint.