From 4adfed711e35b710b2b8e3ab0e09beb682c785a8 Mon Sep 17 00:00:00 2001 From: eclipse-kura-bot <77626377+eclipse-kura-bot@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:32:05 +0100 Subject: [PATCH] docs: Align bundle states description [backport docs-release-5.5] (#5594) docs: Align bundle states description (#5591) (cherry picked from commit 44f4a823ed540db17886825aaa681c430041c73d) Co-authored-by: Matteo Maiero --- docs/references/rest-apis/rest-inventory-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/references/rest-apis/rest-inventory-api.md b/docs/references/rest-apis/rest-inventory-api.md index 3150d48e017..7036eb25d10 100644 --- a/docs/references/rest-apis/rest-inventory-api.md +++ b/docs/references/rest-apis/rest-inventory-api.md @@ -272,10 +272,10 @@ ### Bundle States ``` -- `ACTIVE`: Container is running -- `INSTALLED`: Container is starting -- `UNINSTALLED`: Container has failed, or is stopped -- `UNKNOWN`: Container state can not be determined +- `ACTIVE`: Bundle is running +- `INSTALLED`: Bundle is starting +- `UNINSTALLED`: Bundle has failed, or is stopped +- `UNKNOWN`: Bundle state can not be determined ``` ### Container States