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",