pathParameters documentation exception (urlTemplate not found)
The exception message is trying to point you in the right direction: urlTemplate not found. Did you use RestDocumentationRequestBuilders to build the request? You need to use RestDocumentationRequestBuilders so that Spring REST Docs can capture the URL and extract the parameters from it. This is mentioned in the documentation where it says: To make the … Read more