-
Notifications
You must be signed in to change notification settings - Fork 102
Add specification for delete roles #2683
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
errors?: { | ||
/** | ||
* The number of errors | ||
*/ | ||
count: integer | ||
/** | ||
* Details about the errors, keyed by role name | ||
*/ | ||
details: Dictionary<string, ErrorCause> | ||
} |
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 you need a separate class for this
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.
Thanks! I've added a class to this PR so just waiting for it to be merged.
fa31d38
to
3202112
Compare
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
* Add specification for delete roles (cherry picked from commit 1b94182)
This adds a new spec for the bulk delete roles API added in 8.15 in elastic/elasticsearch#110383.