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
Copy file name to clipboardExpand all lines: sentry/src/routes/channel.rs
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -905,6 +905,42 @@ pub mod validator_message {
905
905
}))
906
906
}
907
907
908
+
/// POST `/v5/channel/0xXXX.../validator-messages`
909
+
///
910
+
/// Full details about the route's API and intend can be found in the [`routes`](crate::routes#post-v5channelidvalidator-messages-auth-required) module
911
+
///
912
+
/// Request body (json): [`ValidatorMessagesCreateRequest`]
0 commit comments