jmap: fix invalid Type link references

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/298/head
Manos Pitsidianakis 2023-09-01 12:20:32 +03:00
parent b4f2f33576
commit 49a38a23bf
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
1 changed files with 2 additions and 2 deletions

View File

@ -290,9 +290,9 @@ pub struct EmailSubmissionSet {
#[serde(flatten)]
pub set_call: Set<EmailSubmissionObject>,
/// onSuccessUpdateEmail: `Id[PatchObject]|null`
/// A map of [`EmailSubmission`] id to an object containing properties to
/// A map of [`EmailSubmissionObject`] id to an object containing properties to
/// update on the [`Email`](EmailObject) object referenced by the
/// [`EmailSubmission`] if the create/update/destroy succeeds. (For
/// [`EmailSubmissionObject`] if the create/update/destroy succeeds. (For
/// references to EmailSubmissions created in the same
/// `/set` invocation, this is equivalent to a creation-reference, so the id
/// will be the creation id prefixed with a `#`.)