Skip to content

Commit

Permalink
fix: rename settingsResponse to indexSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Jul 25, 2024
1 parent 331b419 commit 8e7f974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specs/search/common/schemas/SettingsResponse.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
settingsResponse:
indexSettings:
allOf:
- $ref: '../../../common/schemas/IndexSettings.yml#/indexSettings'
- $ref: '#/WithPrimary'
Expand Down
2 changes: 1 addition & 1 deletion specs/search/paths/settings/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ get:
content:
application/json:
schema:
$ref: '../../common/schemas/SettingsResponse.yml#/settingsResponse'
$ref: '../../common/schemas/SettingsResponse.yml#/indexSettings'
'400':
$ref: '../../../common/responses/BadRequest.yml'
'402':
Expand Down

0 comments on commit 8e7f974

Please # to comment.