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
#14747 と似た現象がpages/updateでも発生する。
{ "pageId": "hogehoge", "content": [{~~}] }
このようなjsonを用いてpages/updateでページ内容の更新を行おうとすると
{ "error": { "message": "Specified name already exists.", "code": "NAME_ALREADY_EXISTS", "id":"2298a392-d4a1-44c5-9ebb-ac1aeaa5a9ab", "kind":"client" } }
というエラーが出る。
{ "pageId": "hogehoge", "name": "ah92hk23o2rsadiufh" "content": [{~~}] }
のように適当なnameを追加で指定すると正常に更新できる。
また、1つ目に作成したページでは発生せず、2つ目に作成したページで発生した。
のように、一部のパラメータのみ指定したjsonを用いてpages/updateでページの更新が行える。
{ "pageId": "hogehoge", "content": [{ "type": "text", "text": "abcabcabcabc" }] }
* Model and OS of the device(s): * Browser: Chrome * Server URL: https://misskey.kyoupro.com/ * Misskey: 2024.10.1
* Installation Method or Hosting Service: * Misskey: * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
pages/update
Successfully merging a pull request may close this issue.
💡 Summary
#14747 と似た現象がpages/updateでも発生する。
このようなjsonを用いてpages/updateでページ内容の更新を行おうとすると
というエラーが出る。
のように適当なnameを追加で指定すると正常に更新できる。
また、1つ目に作成したページでは発生せず、2つ目に作成したページで発生した。
🥰 Expected Behavior
のように、一部のパラメータのみ指定したjsonを用いてpages/updateでページの更新が行える。
🤬 Actual Behavior
このようなjsonを用いてpages/updateでページ内容の更新を行おうとすると
というエラーが出る。
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: