Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions reference/settings.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ paths:
description: Returns global locale settings.
parameters:
- $ref: '#/components/parameters/Accept'
- $ref: '#/components/parameters/ChannelIdParam'
responses:
'200':
description: ''
Expand Down Expand Up @@ -823,12 +822,9 @@ paths:
operationId: updateSettingsLocale
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/Accept'
- $ref: '#/components/parameters/ContentType'
- $ref: '#/components/parameters/ChannelIdParam'
requestBody:
content:
application/json:
Expand Down