Revert accidental commit "Make new functionality optional"

This reverts commit af7d32462873fbbfc3a44a06424bd3c941c3b5f2.
This commit is contained in:
Raphael Michel
2022-07-25 11:53:23 +02:00
parent 839585a3a9
commit 157484b42a
6 changed files with 22 additions and 74 deletions
+2 -5
View File
@@ -131,9 +131,7 @@ Endpoints
.. http:post:: /api/v1/organizers/(organizer)/customers/
Creates a new customer. In addition to the fields defined on the resource, you can pass the field ``send_email``
to control whether the system should send an account activation email with a password reset link (defaults to
``false``).
Creates a new customer
**Example request**:
@@ -145,8 +143,7 @@ Endpoints
Content-Type: application/json
{
"email": "test@example.org",
"send_email": true
"email": "test@example.org"
}
**Example response**: