We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69c2aa commit 7cfc408Copy full SHA for 7cfc408
src/admin.rs
@@ -283,7 +283,8 @@ impl<C: ClientContext> AdminClient<C> {
283
Ok(rx)
284
}
285
286
- /// Sets configuration parameters for the specified resources.
+ /// Sets configuration parameters for the specified resources,
287
+ /// resetting unspecified parameters to their default values.
288
///
289
/// Note that while the API supports altering multiple resources at once, it
290
/// is not transactional. Alteration of some resources may succeed while
0 commit comments