Skip to content

Commit

Permalink
Deprecate start localization mission endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Oct 24, 2024
1 parent c25d45a commit 15afff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isar/apis/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 15afff2

Please sign in to comment.