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 360183b commit b2aa29eCopy full SHA for b2aa29e
src/acme/types.rs
@@ -113,9 +113,9 @@ pub struct Order<'a> {
113
#[serde(rename_all = "camelCase")]
114
pub struct OrderRequest<'a> {
115
pub identifiers: &'a [Identifier<&'a str>],
116
- #[serde(default)]
+ #[serde(skip_serializing_if = "Option::is_none")]
117
pub not_before: Option<String>,
118
119
pub not_after: Option<String>,
120
}
121
0 commit comments