From 8502387af846e76030d7da03e60326adb6431cc7 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 25 Jul 2022 11:56:15 +0200 Subject: [PATCH] Docs: Clarify customer name field editing (#2728) --- doc/api/resources/customers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/resources/customers.rst b/doc/api/resources/customers.rst index bf2dcd1db..667b6acda 100644 --- a/doc/api/resources/customers.rst +++ b/doc/api/resources/customers.rst @@ -173,8 +173,8 @@ Endpoints the resource, other fields will be reset to default. With ``PATCH``, you only need to provide the fields that you want to change. - You can change all fields of the resource except the ``identifier``, ``last_login``, ``date_joined``, ``name``, - and ``last_modified`` fields. + You can change all fields of the resource except the ``identifier``, ``last_login``, ``date_joined``, + ``name`` (which is auto-generated from ``name_parts``), and ``last_modified`` fields. **Example request**: