From 49b053ed83e7e83b3a7e1fccb49c162f9a0a19a9 Mon Sep 17 00:00:00 2001 From: David Lobato Date: Tue, 9 Apr 2019 17:07:48 +0100 Subject: [PATCH] Change parameter name to make it consistent with reset password --- doc/swagger.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/swagger.yml b/doc/swagger.yml index 9e369a5fc..b589b2c60 100644 --- a/doc/swagger.yml +++ b/doc/swagger.yml @@ -705,9 +705,8 @@ paths: description: "Email with reset password path will be sent to user. Default path for password resetting is `/password-reset/{token}`. To change it, you need to override template `@SyliusShopApi\\Email\\passwordReset.html.twig`." operationId: "requestPasswordReset" parameters: - - name: "email" + - name: "content" in: "body" - description: "Email of user which want to reset password." required: true schema: $ref: "#/definitions/RequestPasswordResetting"