diff --git a/gns3server/endpoints/compute/__init__.py b/gns3server/endpoints/compute/__init__.py index aaaba18a..b75d8de9 100644 --- a/gns3server/endpoints/compute/__init__.py +++ b/gns3server/endpoints/compute/__init__.py @@ -50,7 +50,7 @@ from . import vpcs_nodes compute_api = FastAPI(title="GNS3 compute API", - description="This page describes the private compute API for GNS3", + description="This page describes the private compute API for GNS3. PLEASE DO NOT USE DIRECTLY!", version="v2")