-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
If we create a private memo, it is never returned in an API response, even if we explicitly set visibility filter.
Please advise if something additional needs to be done to grant the API ability to access private data.
In this older github issue, setting a creator was suggested, but that doesn't appear to be supported by current filter syntax: #4057 (comment)
Steps to reproduce
- Create a private memo
curl "http://localhost:9089/api/v1/memos?filter=visibility==\"PRIVATE\"" -H "Accept: application/json" -H "Authorization: Bearer ..."
{"memos":[],"nextPageToken":""}- Try with an explicit visibility filter
curl "http://localhost:9089/api/v1/memos?filter=visibility==\"PRIVATE\"" -H "Accept: application/json" -H "Authorization: Bearer ..."
{"memos":[],"nextPageToken":""}
The version of Memos you're using
0.24.0
Screenshots or additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working