Skip to content

Commit 94e566b

Browse files
committed
docstring for client
1 parent d6b7be2 commit 94e566b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/runloop_api_client/resources/devboxes/devboxes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ def execute(
740740
specified the command is run from the directory based on the recent state of the
741741
persistent shell.
742742
743-
command_id: The command ID for idempotency and tracking
743+
command_id: Optionally specify a command ID for idempotency and tracking
744744
745745
optimistic_timeout: Timeout in seconds to wait for command completion. Operation is not killed. Max
746746
is 600 seconds.
@@ -2183,7 +2183,7 @@ async def execute(
21832183
specified the command is run from the directory based on the recent state of the
21842184
persistent shell.
21852185
2186-
command_id: The command ID for idempotency and tracking
2186+
command_id: Optionally specify a command ID for idempotency and tracking
21872187
21882188
optimistic_timeout: Timeout in seconds to wait for command completion. Operation is not killed. Max
21892189
is 600 seconds.

0 commit comments

Comments
 (0)