This is not a fully working API, I just created a schema in swagger and a mock server in Postman. When trying to validate Iβm getting multiple issues.
Iβm having a problem with my requests that need an id to retrieve a single user. This id is retrieved when fetching all users and it just picks out a random one. The variable is set to the environment and not empty, yet Iβm receiving the following error message:
The path variable βidβ needs to be of type number, but we found β{{id}}β
Why is this happening? How can i fix this issue? Itβs so weird because the requests work properly, but when trying to validate Iβm always getting this error.