私はRESTのAPIの下に使用したパスワード[パスワードを忘れた場合]をリセットする必要がありますMagentoの2.xで動作していないお忘れは、パスワードのAPIは、
URL:{{base_url}}/index.php/rest/V1/customers/password
方法:PUT
ボディ:
以下の応答を取得{
"email": "[email protected]",
"template": "Forgot Password",
"websiteId": 1
}
、
{
"message": "Invalid value of \"%value\" provided for the %fieldName field.",
"parameters": {
"value": "Forgot Password",
"fieldName": "email type"
}
}
私を助けてください?
@lllia:お返事ありがとうございます.Question updated – Muhsin