Use consistent wording for QueryParams docs.
This commit is contained in:
parent
8f0905adba
commit
0b295fe0f0
@ -181,7 +181,7 @@ pub mod get_message_events {
|
|||||||
Forward
|
Forward
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This API endpoint's query parameters.
|
/// This API endpoint's query string parameters.
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||||
pub struct QueryParams {
|
pub struct QueryParams {
|
||||||
pub from: String,
|
pub from: String,
|
||||||
@ -251,7 +251,7 @@ pub mod sync_events {
|
|||||||
FilterId(String),
|
FilterId(String),
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This API endpoint's query parameters.
|
/// This API endpoint's query string parameters.
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||||
pub struct QueryParams {
|
pub struct QueryParams {
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user