From 430139a8a50a50d2ad9c9c10958d5a7fa8ed4689 Mon Sep 17 00:00:00 2001 From: mattmillerai <7741082+mattmillerai@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:46:28 +0000 Subject: [PATCH] chore(openapi): sync shared API contract from cloud@ca12913 --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 2510f97d0..c27ed7adf 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1960,8 +1960,8 @@ paths: schema: properties: hash: - description: Hash of the existing asset. Supports Blake3 (blake3:) or SHA256 (sha256:) formats - pattern: ^(blake3|sha256):[a-f0-9]{64}$ + description: 'Blake3 content hash of the existing asset (blake3: prefix)' + pattern: ^blake3:[a-f0-9]{64}$ type: string mime_type: description: MIME type of the asset (e.g., "image/png", "video/mp4")