You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @Description Remove validators from a specified dashboard.
718
-
// @Security ApiKeyInHeader || ApiKeyInQuery
719
-
// @Tags Validator Dashboard Management
720
-
// @Accept json
721
-
// @Produce json
722
-
// @Param dashboard_id path integer true "The ID of the dashboard."
723
-
// @Param request body handlers.PublicDeleteValidatorDashboardValidators.request true "`validators`: Provide an array of validator indices or public keys that should get removed from the dashboard."
// @Description Remove specific validators from a specified dashboard in bulk.
744
+
// @Security ApiKeyInHeader || ApiKeyInQuery
745
+
// @Tags Validator Dashboard Management
746
+
// @Accept json
747
+
// @Produce json
748
+
// @Param dashboard_id path integer true "The ID of the dashboard."
749
+
// @Param request body handlers.PublicPostValidatorDashboardValidatorBulkDeletions.request true "`validators`: Provide an array of validator indices or public keys that should get removed from the dashboard."
0 commit comments