diff --git a/cli/docs/cli.json b/cli/docs/cli.json index 479171e7..bf80795d 100644 --- a/cli/docs/cli.json +++ b/cli/docs/cli.json @@ -7927,7 +7927,7 @@ }, { "name": "view", - "about": "Fetch system release repository description by version", + "about": "Fetch system release repository by version", "args": [ { "long": "profile", diff --git a/cli/src/generated_cli.rs b/cli/src/generated_cli.rs index c490cf17..b4cc04a1 100644 --- a/cli/src/generated_cli.rs +++ b/cli/src/generated_cli.rs @@ -7057,7 +7057,7 @@ impl Cli { .required(true) .help("The version to get."), ) - .about("Fetch system release repository description by version") + .about("Fetch system release repository by version") } pub fn cli_system_update_status() -> ::clap::Command { diff --git a/oxide.json b/oxide.json index 1428001e..5ec949c0 100644 --- a/oxide.json +++ b/oxide.json @@ -11184,7 +11184,7 @@ "tags": [ "system/update" ], - "summary": "Fetch system release repository description by version", + "summary": "Fetch system release repository by version", "operationId": "system_update_repository_view", "parameters": [ { diff --git a/sdk/src/generated_sdk.rs b/sdk/src/generated_sdk.rs index 27f900e8..16892168 100644 --- a/sdk/src/generated_sdk.rs +++ b/sdk/src/generated_sdk.rs @@ -66833,7 +66833,7 @@ pub trait ClientSystemUpdateExt { /// .await; /// ``` fn system_update_repository_upload(&self) -> builder::SystemUpdateRepositoryUpload<'_>; - /// Fetch system release repository description by version + /// Fetch system release repository by version /// /// Sends a `GET` request to /// `/v1/system/update/repositories/{system_version}`