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
Hi, currently when requesting resources for a given note id like follow
curl -XGET http://localhost:41184/notes/f5f101e5d57c4df6b1afff256da80b74/resources?token=<token>
gives
{"error":"Internal Server Error: Cannot read property 'body' of undefined"}
The text was updated successfully, but these errors were encountered:
7153c06
Api: Fixes laurent22#2018: Fixed error handling when getting resource…
ecd7086
…s of a note that does not exist
laurent22
No branches or pull requests
Hi,
currently when requesting resources for a given note id like follow
gives
The text was updated successfully, but these errors were encountered: