From bfd88d1496f7d4497a629a216cc84c4489ec9e68 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 10 Oct 2024 13:51:23 +0200 Subject: [PATCH] Docs: Fix wrong field name in example --- doc/api/resources/saleschannels.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/resources/saleschannels.rst b/doc/api/resources/saleschannels.rst index 3a6604eabf..8b6e5871c7 100644 --- a/doc/api/resources/saleschannels.rst +++ b/doc/api/resources/saleschannels.rst @@ -51,7 +51,7 @@ Endpoints "results": [ { "identifier": "web", - "name": { + "label": { "en": "Online shop" }, "type": "web", @@ -88,7 +88,7 @@ Endpoints { "identifier": "web", - "name": { + "label": { "en": "Online shop" }, "type": "web", @@ -116,7 +116,7 @@ Endpoints { "identifier": "api.custom", - "name": { + "label": { "en": "Custom integration" }, "type": "api", @@ -133,7 +133,7 @@ Endpoints { "identifier": "api.custom", - "name": { + "label": { "en": "Custom integration" }, "type": "api", @@ -178,7 +178,7 @@ Endpoints { "identifier": "web", - "name": { + "label": { "en": "Online shop" }, "type": "web",