From 40b1b20a7c9c3a6cb5c09a2f43ba81bb302f9a3e Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:05:13 +0200 Subject: [PATCH 1/3] DOCS-3769: Update app-client.ts --- src/app/app-client.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app-client.ts b/src/app/app-client.ts index 9cc5b79ad..101854d7c 100644 --- a/src/app/app-client.ts +++ b/src/app/app-client.ts @@ -694,10 +694,10 @@ export class AppClient { } /** - * Updates an existing robot's name and/or location. + * Change the name of an existing machine. You can only change the name of the machine, not the location. * * @param robotId The ID of the robot to update - * @param locId The ID of the location to move the robot to + * @param locId The location where the robot is * @param name The name to update the robot to * @returns The newly-modified robot object */ From 2cc25763a1dac1dbb60b4c1bcb0460cd2569eeb5 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:43:39 +0200 Subject: [PATCH 2/3] Lint --- src/app/app-client.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/app-client.ts b/src/app/app-client.ts index 101854d7c..9c136eed5 100644 --- a/src/app/app-client.ts +++ b/src/app/app-client.ts @@ -694,7 +694,8 @@ export class AppClient { } /** - * Change the name of an existing machine. You can only change the name of the machine, not the location. + * Change the name of an existing machine. You can only change the name of the + * machine, not the location. * * @param robotId The ID of the robot to update * @param locId The location where the robot is From 3de5d989242b612042e26f5f36864251cec336e1 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 2 Apr 2025 00:48:18 +0200 Subject: [PATCH 3/3] Update app-client.ts --- src/app/app-client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app-client.ts b/src/app/app-client.ts index 9c136eed5..c8cb2d1f2 100644 --- a/src/app/app-client.ts +++ b/src/app/app-client.ts @@ -698,7 +698,7 @@ export class AppClient { * machine, not the location. * * @param robotId The ID of the robot to update - * @param locId The location where the robot is + * @param locId The ID of the location where the robot is * @param name The name to update the robot to * @returns The newly-modified robot object */