Skip to content

Commit 224e801

Browse files
committed
docs(spec): update openapi type/api definition
1 parent 5fe98d0 commit 224e801

2 files changed

Lines changed: 486 additions & 3 deletions

File tree

netmito/src/config/client/attachments.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub struct QueryAttachmentsArgs {
103103
/// The name of the group the attachments belong to
104104
#[arg(short, long)]
105105
pub group: Option<String>,
106-
/// The prefix of the key of the attachments
106+
/// The part of the key of the attachments
107107
#[arg(short, long = "key")]
108108
pub key: Option<String>,
109109
/// The limit of the tasks to query
@@ -135,7 +135,7 @@ pub struct DownloadAttachmentsByFilterArgs {
135135
/// The name of the group the attachments belong to
136136
#[arg(short, long)]
137137
pub group: Option<String>,
138-
/// The prefix of the key of the attachments
138+
/// The part of the key of the attachments
139139
#[arg(short, long = "key")]
140140
pub key: Option<String>,
141141
/// The limit of the attachments to download

0 commit comments

Comments
 (0)