Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/docs/cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -7927,7 +7927,7 @@
},
{
"name": "view",
"about": "Fetch system release repository description by version",
"about": "Fetch system release repository by version",
"args": [
{
"long": "profile",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/generated_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7057,7 +7057,7 @@ impl<T: CliConfig> Cli<T> {
.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 {
Expand Down
2 changes: 1 addition & 1 deletion oxide.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/generated_sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down