We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when a post/put/patch is done, the resourceId is not expanded, as the url contains dynamic ids, like {_id}, instead of always {resourceId}
I have fixed this by replacing line lib/index.js:105 with:
lib/index.js:105
var withIdKey = '/' + path + '/{resourceId}';
Sorry, but I don't have the time right now to do a proper pull request.
The text was updated successfully, but these errors were encountered:
You can make that change in the browser by editing the file at /~https://github.com/feathersjs/feathers-swagger/edit/master/src/index.js. GitHub then gives you the option to automatically create a pull request from it. A pull request will help get this fix released significantly faster.
Sorry, something went wrong.
Was fixed with #68
No branches or pull requests
when a post/put/patch is done, the resourceId is not expanded, as the url contains dynamic ids, like {_id}, instead of always {resourceId}
I have fixed this by replacing line
lib/index.js:105
with:Sorry, but I don't have the time right now to do a proper pull request.
The text was updated successfully, but these errors were encountered: