Fix for broken retrieve runs docs page (#2496)

The API path was accidentally edited as part of a /v3 purge
This commit is contained in:
Matt Aitken
2025-09-10 16:59:37 +01:00
committed by GitHub
parent 8e66913e59
commit 1227e5463e
+1 -1
View File
@@ -570,7 +570,7 @@ paths:
const handle = await runs.reschedule("run_1234", { delay: new Date("2024-06-29T20:45:56.340Z") });
"/api/runs/{runId}":
"/api/v3/runs/{runId}":
parameters:
- $ref: "#/components/parameters/runId"
get: