From 04dac99c99072d5ba5a85e188083d2ea1e5738c1 Mon Sep 17 00:00:00 2001 From: Andrea Dao Date: Thu, 5 Oct 2023 11:05:19 -0500 Subject: [PATCH] cjhannel_id query parameter --- 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 4942958d6..d9433cfac 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: