mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
docs(openapi): update attachment download param to content_hash #314
This commit is contained in:
@@ -251,7 +251,7 @@ impl MessageApi {
|
||||
Ok(restore_emails(account_id, payload.0.envelope_ids).await?)
|
||||
}
|
||||
|
||||
/// Downloads a specific attachment from an email. Requires `name` query parameter.
|
||||
/// Downloads a specific attachment from an email. Requires `content_hash` query parameter.
|
||||
#[oai(
|
||||
path = "/download-attachment/:account_id/:envelope_id",
|
||||
method = "get",
|
||||
|
||||
Reference in New Issue
Block a user