Skip to content

Commit

Permalink
Update GET /commands cursor docs to match reality.
Browse files Browse the repository at this point in the history
This also matches `GET /runs/{id}/commands` and `GET /maintenance_runs/{id}/commands`.
  • Loading branch information
SyntaxColoring committed Mar 14, 2024
1 parent 7921ef1 commit 5f024d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot-server/robot_server/commands/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async def get_commands_list(
description=(
"The starting index of the desired first command in the list."
" If unspecified, a cursor will be selected automatically"
" based on the next queued or more recently executed command."
" based on the currently running or most recently executed command."
),
),
pageLength: int = Query(
Expand Down

0 comments on commit 5f024d9

Please sign in to comment.