Last updated
Last updated
To an existing customer password reset, send a PATCH
request to the /api/customer_password_resets/:id
endpoint, where id
is the ID of the resource that you want to update.
Here below the list of all the possible arguments that you can pass with the request body.
PATCH https://yourdomain.commercelayer.io/api/customer_password_resets/:id
The following request updates the customer password reset identified by the ID "xYZkjABcde":
type
string
Required
id
string
Required
attributes.customer_password
string
Optional
attributes._reset_password_token
string
Optional
attributes.reference
string
Optional
attributes.reference_origin
string
Optional
attributes.metadata
object
Optional
How to update an existing customer password reset via API