Skip to content

Commit 1227e54

Browse files
authored
Fix for broken retrieve runs docs page (#2496)
The API path was accidentally edited as part of a /v3 purge
1 parent 8e66913 commit 1227e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ paths:
570570
571571
const handle = await runs.reschedule("run_1234", { delay: new Date("2024-06-29T20:45:56.340Z") });
572572
573-
"/api/runs/{runId}":
573+
"/api/v3/runs/{runId}":
574574
parameters:
575575
- $ref: "#/components/parameters/runId"
576576
get:

0 commit comments

Comments
 (0)