-
Notifications
You must be signed in to change notification settings - Fork 100
[Connector API] Update endpoint stability #2685
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
Conversation
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
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.
I believe "Update connector API key id" defined in update_api_key_id/ConnectorUpdateAPIKeyIDRequest.ts
should also be beta. The rest looks good, thanks!
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
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.
Please don't commit the output/schema/dangling-types/dangling.csv
file - we'll commit it or ignore it in a future pull request.
Ahh sorry! Missed that it got included in this change, fixing |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
(cherry picked from commit 0005d71)
Changes
Connector management endpoints are marked as beta: https://www.elastic.co/guide/en/elasticsearch/reference/master/connector-apis.html
This PR updates
experimental
->beta
stability for connector management endpoints.