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 use curl to set the file resource, but it doesn't seem to take effect.
curl --location --request PATCH 'http://127.0.0.1:5230/api/v1/memos/54/resources' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsImtpZCI6InYxIiwidHlwIjoiSldUIn0.eyJuYW1lIjoiIiwiaXNzIjoibWVtb3MiLCJzdWIiOiIxIiwiYXVkIjpbInVzZXIuYWNjZXNzLXRva2VuIl0sImV4cCI6NDg3MDgxOTk1MSwiaWF0IjoxNzE3MjE5OTUxfQ.Wa5Cz5DA1Yj9WO3iOP6aI_KcD1l3yoDOKrbn0QjW1qI' \ --header 'Content-Type: application/json' \ --data '{ "resources": [ { "name": "resources/33", "uid": "kRYrPznrSK64SBfJpMXpq9", "createTime": "2024-06-01T08:32:37Z", "filename": "16pic_8925252_b.jpg", "content": "", "externalLink": "", "type": "image/jpeg", "size": "204070" } ] }'
0.22.0
No response
The text was updated successfully, but these errors were encountered:
Update memos extension (#12494)
92a2730
Co-authored-by: Per Nielsen Tikær <per@raycast.com>
@boojack When will it be released?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
I use curl to set the file resource, but it doesn't seem to take effect.
Steps to reproduce
The version of Memos you're using
0.22.0
Screenshots or additional context
No response
The text was updated successfully, but these errors were encountered: