From a67c888faa288773fa9356746d8a8f487006b854 Mon Sep 17 00:00:00 2001 From: gabemontero Date: Mon, 15 Dec 2025 10:02:37 -0500 Subject: [PATCH] update the 'unregister-entity' description to include use of URL to identify location Signed-off-by: gabemontero --- .../src/actions/createUnregisterCatalogEntitiesAction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/actions/createUnregisterCatalogEntitiesAction.ts b/plugins/catalog-backend/src/actions/createUnregisterCatalogEntitiesAction.ts index 831cc7410a..542fc79ac5 100644 --- a/plugins/catalog-backend/src/actions/createUnregisterCatalogEntitiesAction.ts +++ b/plugins/catalog-backend/src/actions/createUnregisterCatalogEntitiesAction.ts @@ -34,7 +34,7 @@ export const createUnregisterCatalogEntitiesAction = ({ }, description: `Unregisters a Location entity and all entities it owns from the Backstage catalog. -This action is similar to the "Unregister location" function in the Backstage UI, where you provide the unique identifier (locationId) of a Location entity. The action will remove the specified Location from the catalog as well as all entities that were created when the Location was imported. +This action is similar to the "Unregister location" function in the Backstage UI, where you provide the unique identifier (locationId) of a Location entity. Alternatively, you can provide the URL used to register the location. The action will remove the specified Location from the catalog as well as all entities that were created when the Location was imported. Once completed, all entities associated with the Location will be deleted from the catalog. `,