From a53b67604ae039e8202dfc32d34db9610b65bf32 Mon Sep 17 00:00:00 2001 From: Eddasol Date: Mon, 21 Oct 2024 12:29:42 +0200 Subject: [PATCH] Deprecate start localization mission endpoint --- src/isar/apis/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/isar/apis/api.py b/src/isar/apis/api.py index 98cb4502..ef8e56b5 100644 --- a/src/isar/apis/api.py +++ b/src/isar/apis/api.py @@ -232,6 +232,7 @@ def _create_scheduler_router(self) -> APIRouter: methods=["POST"], dependencies=[authentication_dependency], summary="Localize at the provided pose", + deprecated=True, responses={ HTTPStatus.OK.value: { "description": "Localization succesfully started",