Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/app/app-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,11 @@ 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 ID of the location where the robot is
* @param name The name to update the robot to
* @returns The newly-modified robot object
*/
Expand Down