From 9a43787dab1f53b0763841c82ce1e47f2361d7aa Mon Sep 17 00:00:00 2001 From: smitapaloalto <156162707+smitapaloalto@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:50:18 +0530 Subject: [PATCH] CWP-59122 changes --- docs/api/_topic_map.yml | 2 +- docs/api/descriptions/sbom/download_ci_images_get.md | 2 +- docs/api/descriptions/sbom/download_ci_serverless_get.md | 1 - docs/api/descriptions/sbom/download_cli_serverless_get.md | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 docs/api/descriptions/sbom/download_ci_serverless_get.md create mode 100644 docs/api/descriptions/sbom/download_cli_serverless_get.md diff --git a/docs/api/_topic_map.yml b/docs/api/_topic_map.yml index 7d06f4f305..150c5ce180 100644 --- a/docs/api/_topic_map.yml +++ b/docs/api/_topic_map.yml @@ -1272,7 +1272,7 @@ /download/cli-serverless: get: summary: Download SBOM CLI Serverless - description: !include ../descriptions/sbom/download_ci_serverless_get.md + description: !include ../descriptions/sbom/download_cli_serverless_get.md /download/hosts: get: diff --git a/docs/api/descriptions/sbom/download_ci_images_get.md b/docs/api/descriptions/sbom/download_ci_images_get.md index 2ecc2a0266..333675335d 100644 --- a/docs/api/descriptions/sbom/download_ci_images_get.md +++ b/docs/api/descriptions/sbom/download_ci_images_get.md @@ -1 +1 @@ -Downloads SBOM file for cli images according to the given options. \ No newline at end of file +Downloads SBOM file for CI images according to the given options. \ No newline at end of file diff --git a/docs/api/descriptions/sbom/download_ci_serverless_get.md b/docs/api/descriptions/sbom/download_ci_serverless_get.md deleted file mode 100644 index 54800dca6c..0000000000 --- a/docs/api/descriptions/sbom/download_ci_serverless_get.md +++ /dev/null @@ -1 +0,0 @@ -Downloads SBOM file for cli serverless according to the given options. diff --git a/docs/api/descriptions/sbom/download_cli_serverless_get.md b/docs/api/descriptions/sbom/download_cli_serverless_get.md new file mode 100644 index 0000000000..78c64ed302 --- /dev/null +++ b/docs/api/descriptions/sbom/download_cli_serverless_get.md @@ -0,0 +1 @@ +Downloads SBOM file for CLI serverless according to the given options.