Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
DEVDOCS-5483 [update]: Settings API, edit OAS structure for parameters (
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-andreadao authored Oct 9, 2023
1 parent 4852133 commit 755a1b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions reference/settings.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -781,12 +781,12 @@ paths:
tags:
- Search Filters
'/settings/store/locale':
parameters:
- $ref: '#/components/parameters/Accept'
- $ref: '#/components/parameters/ChannelIdParam'
get:
summary: Get Locale Settings
description: Returns global locale settings.
parameters:
- $ref: '#/components/parameters/Accept'
- $ref: '#/components/parameters/ChannelIdParam'
responses:
'200':
description: ''
Expand Down Expand Up @@ -816,7 +816,9 @@ paths:
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

0 comments on commit 755a1b7

Please sign in to comment.