Importing swagger/OpenAPI documentation doesn't use variables

I have a swagger doc that has the following:
“/documents/{documentId}”: {
“get”: {

After importing the swagger doc the request looks like
{{baseUrl}}/documents/:documentId

I would like it to be {{baseUrl}}/documents/{{documentId}}