-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
According to https://memos.apidocumentation.com/reference#tag/memoservice/post/api/v1/memos it shoul be possible to set name and/or memoId in the POST Request for creating an memo, right now (at least with 0.25.2) both Parameters get ignored.
Steps to reproduce
- Send POST to http://{{URL}}/api/v1/memos?memoId=test with Body:
{ "name": "test", "content": "test", } - expect Memo with:
{
"name": "memos/test",
"state": "NORMAL",
"creator": "users/1"
snip
}` - get Memo with:
{
"name": "memos/4eC7kqZx4CjVhubLCWtE37",
"state": "NORMAL",
"creator": "users/1"
snip
}`
The version of Memos you're using
0.25.2
Screenshots or additional context

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working