Skip to content

Commit

Permalink
Fix overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jan 31, 2025
1 parent e426baf commit ee503b8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/overlays/elasticsearch-openapi-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,14 +494,13 @@ actions:
- target: "$.components['responses']['indices.resolve_cluster#200']"
description: "Add examples for resolve cluster operation"
update:
responses:
content:
application/json:
examples:
resolveClusterResponseExample1:
$ref: "../../specification/indices/resolve_cluster/examples/200_response/ResolveClusterResponseExample1.yaml"
resolveClusterResponseExample2:
$ref: "../../specification/indices/resolve_cluster/examples/200_response/ResolveClusterResponseExample2.yaml"
content:
application/json:
examples:
resolveClusterResponseExample1:
$ref: "../../specification/indices/resolve_cluster/examples/200_response/ResolveClusterResponseExample1.yaml"
resolveClusterResponseExample2:
$ref: "../../specification/indices/resolve_cluster/examples/200_response/ResolveClusterResponseExample2.yaml"
- target: "$.components['requestBodies']['indices.shrink']"
description: "Add example for shrink index request"
update:
Expand Down

0 comments on commit ee503b8

Please sign in to comment.