Skip to content

Commit

Permalink
Depricate drive to endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Oct 11, 2024
1 parent b9300e8 commit 704165d
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 @@ -213,6 +213,7 @@ def _create_scheduler_router(self) -> APIRouter:
methods=["POST"],
dependencies=[authentication_dependency],
summary="Drive to the provided pose",
deprecated=True,
responses={
HTTPStatus.OK.value: {
"description": "Drive to succesfully started",
Expand Down

0 comments on commit 704165d

Please sign in to comment.