From 41983bd5f2abe97a12ab6ce862475c9fa16d8e93 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Thu, 27 Aug 2026 21:08:02 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 531e02d5..0cef07b2 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -29456,7 +29456,7 @@ paths: - 'Containers' /containers/{container_id}/files/{file_id}/promote: post: - description: 'Copies a file from the container''s sandbox prefix into the workspace''s durable document storage, so it outlives the container. Returns the new document in the Files API shape, with a durable file id in the documents namespace. The copy counts against the workspace''s storage quota exactly like an upload.' + description: 'Copies a file from the container''s sandbox prefix into the workspace''s durable document storage, so it outlives the container. Returns the new document in the Files API shape, with a durable file id in the documents namespace. The copy counts against the workspace''s storage quota. Unlike a direct upload, promoted files are downloadable.' operationId: 'promoteContainerFile' parameters: - description: 'The canonical container id, exactly as returned in a bash/shell tool result — a restarted session has its own `-r`-suffixed id. A session-derived id is always `sess_` + the sanitized session key, which is not necessarily the raw session id that was sent.' @@ -29482,7 +29482,7 @@ paths: example: _shape: 'openrouter' created_at: '2026-08-23T00:00:00Z' - downloadable: false + downloadable: true filename: 'out/report.csv' id: 'or_file_011CNha8iCJcU1wXNR6q4V8w' mime_type: 'text/csv'