chore(docs): Refactor API Reference (#1883)

This commit is contained in:
Shahed Nasser
2022-08-05 14:06:12 +02:00
committed by GitHub
parent b126ab4dec
commit 73383cc466
625 changed files with 52358 additions and 11660 deletions
@@ -0,0 +1,23 @@
post:
operationId: PostCustomersCustomerPasswordToken
summary: Creates a reset password token
description: >-
Creates a reset password token to be used in a subsequent /reset-password
request. The password token should be sent out of band e.g. via email and
will not be returned.
requestBody:
content:
application/json:
schema:
required:
- email
properties:
email:
description: The email of the customer.
type: string
format: email
tags:
- Customer
responses:
'204':
description: OK