WorkflowRunStatusResponse -> WorkflowRunResponse (#1959)

This commit is contained in:
Shuchang Zheng
2025-03-17 15:19:18 -07:00
committed by GitHub
parent 8955c0498c
commit 09fb6ae60a
12 changed files with 44 additions and 43 deletions

View File

@@ -1164,7 +1164,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/WorkflowRunStatusResponse'
$ref: '#/components/schemas/WorkflowRunResponse'
'422':
description: Validation Error
content:
@@ -4879,7 +4879,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/WorkflowRunStatusResponse'
$ref: '#/components/schemas/WorkflowRunResponse'
'422':
description: Validation Error
content:
@@ -9373,7 +9373,7 @@ components:
- timed_out
- completed
title: WorkflowRunStatus
WorkflowRunStatusResponse:
WorkflowRunResponse:
properties:
workflow_id:
type: string
@@ -9464,7 +9464,7 @@ components:
- created_at
- modified_at
- parameters
title: WorkflowRunStatusResponse
title: WorkflowRunResponse
WorkflowRunTimeline:
properties:
type: