From 66f46ff54c2bcf9476fbf98098df8929fe3a64ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jun 2026 17:24:14 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/Descript/openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/Descript/openapi.yaml b/src/libs/Descript/openapi.yaml index cb5eede..881165e 100644 --- a/src/libs/Descript/openapi.yaml +++ b/src/libs/Descript/openapi.yaml @@ -3009,6 +3009,7 @@ components: import/project_media: '#/components/schemas/ImportJobStatus' agent: '#/components/schemas/AgentJobStatus' publish: '#/components/schemas/PublishJobStatus' + export/timeline: '#/components/schemas/TimelineExportJobStatus' description: | Status of an async job. The response structure varies based on the job type. Use the `job_type` field to determine which fields will be present.