From c45d4cdce09e939eecb421786fef0d539d6a3432 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 13:19:59 +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 7c08fc1..910b537 100644 --- a/src/libs/Descript/openapi.yaml +++ b/src/libs/Descript/openapi.yaml @@ -2098,6 +2098,7 @@ components: mapping: import/project_media: '#/components/schemas/ImportJobStatus' agent: '#/components/schemas/AgentJobStatus' + publish: '#/components/schemas/PublishJobStatus' 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.