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
I just update my memos container to v0.23.0, then I found that api/v1/memos interface can not return the private data, only returns the public data.
v0.23.0
No response
The text was updated successfully, but these errors were encountered:
You need to add the creator id to see their private memos. You can do this by adding a filter to the url as a query string param
?filter=creator=='users/{id}'
Sorry, something went wrong.
You need to add the creator id to see their private memos. You can do this by adding a filter to the url as a query string param ?filter=creator=='users/{id}'
Got it, thanks. Is this a new feature?
I believe this was implemented recently b4d72e3
It seems that I still need to add the creator id even for my own private memos.
No branches or pull requests
Describe the bug
I just update my memos container to v0.23.0,
then I found that api/v1/memos interface can not return the private data, only returns the public data.
Steps to reproduce
The version of Memos you're using.
v0.23.0
Screenshots or additional context
No response
The text was updated successfully, but these errors were encountered: