メインコンテンツへスキップ
POST
/
import_user_dict
Import User Dict Words
curl --request POST \
  --url https://api.example.com/import_user_dict \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

クエリパラメータ

override
boolean
必須

重複したエントリがあった場合、上書きするかどうか

ボディ

application/json

インポートするユーザー辞書のデータ

{key}
UserDictWord · object

辞書のコンパイルに使われる情報。

レスポンス

Successful Response

最終更新日 2026年5月27日