Skip to content

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

Merged
merged 4 commits into from
Jul 10, 2024
Merged

Add specification for delete roles #2683

merged 4 commits into from
Jul 10, 2024

Conversation

jfreden
Copy link
Contributor

@jfreden jfreden commented Jul 5, 2024

This adds a new spec for the bulk delete roles API added in 8.15 in elastic/elasticsearch#110383.

Comment on lines 37 to 46
errors?: {
/**
* The number of errors
*/
count: integer
/**
* Details about the errors, keyed by role name
*/
details: Dictionary<string, ErrorCause>
}
Copy link
Member

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

Copy link
Contributor Author

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.

@jfreden jfreden force-pushed the add_spec_bulk_delete_roles branch from fa31d38 to 3202112 Compare July 10, 2024 07:36
Copy link
Contributor

Following you can find the validation results for the APIs you have changed.

API Status Request Response
security.bulk_delete_role 🟢 1/1 1/1

You can validate these APIs yourself by using the make validate target.

@jfreden jfreden enabled auto-merge (squash) July 10, 2024 07:43
@l-trotta l-trotta assigned l-trotta and unassigned l-trotta Jul 10, 2024
@pquentin pquentin self-assigned this Jul 10, 2024
Copy link
Contributor

Following you can find the validation results for the APIs you have changed.

API Status Request Response
security.bulk_delete_role 🟢 1/1 1/1

You can validate these APIs yourself by using the make validate target.

@jfreden jfreden merged commit 1b94182 into main Jul 10, 2024
6 checks passed
@jfreden jfreden deleted the add_spec_bulk_delete_roles branch July 10, 2024 12:04
github-actions bot pushed a commit that referenced this pull request Jul 10, 2024
* Add specification for delete roles

(cherry picked from commit 1b94182)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants