From 485213339d5edbea6c8a4665afbec20e0fe0de51 Mon Sep 17 00:00:00 2001 From: bc-andreadao <96258747+bc-andreadao@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:06:08 -0500 Subject: [PATCH] DEVDOCS-5483 [new]: Settings API, add channel_id query parameter to locale settings (#1487) --- reference/settings.v3.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/settings.v3.yml b/reference/settings.v3.yml index d5d64c119..b567b16ca 100644 --- a/reference/settings.v3.yml +++ b/reference/settings.v3.yml @@ -783,6 +783,7 @@ paths: '/settings/store/locale': parameters: - $ref: '#/components/parameters/Accept' + - $ref: '#/components/parameters/ChannelIdParam' get: summary: Get Locale Settings description: Returns global locale settings. @@ -810,7 +811,10 @@ paths: - Store Locale put: summary: Update Locale Settings - description: Updates global locale settings. + description: |- + Updates global locale settings. + + Set a channel override by using the `channel_id` query parameter. To remove a channel override, set `null` for a field. The field then inherits the global value. parameters: - $ref: '#/components/parameters/ContentType' requestBody: