-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Deprecate freeze and unfreeze indices endpoints in REST API specification #75042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate freeze and unfreeze indices endpoints in REST API specification #75042
Conversation
|
Pinging @elastic/es-core-features (Team:Core/Features) |
|
Pinging @elastic/clients-team (Team:Clients) |
danhermann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending successful CI. Thanks, @stevejgordon!
sethmlarson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…tion (elastic#75042) * Deprecate frozen indices endpoint * Improve description to match warning * Deprecate unfreeze indices in REST API specs
…tion (elastic#75042) * Deprecate frozen indices endpoint * Improve description to match warning * Deprecate unfreeze indices in REST API specs
…tion (#75042) (#75056) * Deprecate frozen indices endpoint * Improve description to match warning * Deprecate unfreeze indices in REST API specs Co-authored-by: Steve Gordon <[email protected]>
…tion (#75042) (#75058) * Deprecate frozen indices endpoint * Improve description to match warning * Deprecate unfreeze indices in REST API specs Co-authored-by: Steve Gordon <[email protected]>
Relates to #72618 which added deprecation warnings for this endpoint. This PR adds the deprecation to the REST API spec so that clients can generate the appropriate code comments.
Replaces #74983