Skip to content

Commit

Permalink
Correct cat.cluster_manager version added (#176)
Browse files Browse the repository at this point in the history
And conversely the cat.master version deprecated.

Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Jan 9, 2024
1 parent 95c8369 commit 45e94a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/cat/cluster_manager/operations.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace OpenSearch
)

@xOperationGroup("cat.cluster_manager")
@xVersionAdded("1.0")
@xVersionAdded("2.0")
@readonly
@suppress(["HttpUriConflict"])
@http(method: "GET", uri: "/_cat/cluster_manager")
Expand Down
2 changes: 1 addition & 1 deletion model/cat/master/operations.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace OpenSearch
@xOperationGroup("cat.master")
@xVersionAdded("1.0")
@xDeprecationMessage("To promote inclusive language, please use '/_cat/cluster_manager' instead.")
@xVersionDeprecated("1.0")
@xVersionDeprecated("2.0")
@readonly
@suppress(["HttpUriConflict"])
@http(method: "GET", uri: "/_cat/master")
Expand Down

0 comments on commit 45e94a7

Please sign in to comment.