client-api: Fix type of display_name field in update_device::Request
This commit is contained in:
parent
2ef9b2c3c6
commit
ccb6babe9e
@ -28,7 +28,7 @@ pub mod v3 {
|
|||||||
///
|
///
|
||||||
/// If this is `None`, the display name won't be changed.
|
/// If this is `None`, the display name won't be changed.
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub display_name: Option<String>,
|
pub display_name: Option<&'a str>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user