From 89b489396846618274ed8cecc21fdffbbda69ab5 Mon Sep 17 00:00:00 2001 From: Fernanda Date: Sat, 16 May 2026 18:22:17 -0300 Subject: [PATCH 1/2] Update exchange-assets.adoc --- modules/ROOT/pages/_partials/exchange-assets.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ROOT/pages/_partials/exchange-assets.adoc b/modules/ROOT/pages/_partials/exchange-assets.adoc index 34adf60d..49e67ecd 100644 --- a/modules/ROOT/pages/_partials/exchange-assets.adoc +++ b/modules/ROOT/pages/_partials/exchange-assets.adoc @@ -101,6 +101,9 @@ If `group_id` is not specified, it defaults to the currently selected Organizati This command accepts the `--output` flag to specify the response format. Supported values are `table` (default) and `json`. +[NOTE] +When using `--output json`, the `versions` property in the response includes information about all available versions of the asset, not only the version specified in ``. This is expected behavior. + This command accepts the xref:index.adoc#default-options[default flags]. [[exchange-asset-download]] From 0ddbf2c839d9203eba7674a0fd68468b2aa04a6e Mon Sep 17 00:00:00 2001 From: Fernanda Date: Sat, 16 May 2026 18:23:21 -0300 Subject: [PATCH 2/2] Update exchange-assets.adoc --- modules/ROOT/pages/_partials/exchange-assets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/_partials/exchange-assets.adoc b/modules/ROOT/pages/_partials/exchange-assets.adoc index 49e67ecd..edfa2eb3 100644 --- a/modules/ROOT/pages/_partials/exchange-assets.adoc +++ b/modules/ROOT/pages/_partials/exchange-assets.adoc @@ -102,7 +102,7 @@ If `group_id` is not specified, it defaults to the currently selected Organizati This command accepts the `--output` flag to specify the response format. Supported values are `table` (default) and `json`. [NOTE] -When using `--output json`, the `versions` property in the response includes information about all available versions of the asset, not only the version specified in ``. This is expected behavior. +When using `--output json`, the `versions` property in the response includes information about all available versions of the asset, not only the version specified in ``. This command accepts the xref:index.adoc#default-options[default flags].