Skip to content

Commit 46d45aa

Browse files
authored
chore(openapi): sync shared API contract from cloud@ca12913 (Comfy-Org#14367)
1 parent 5fcf7a4 commit 46d45aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,8 +1960,8 @@ paths:
19601960
schema:
19611961
properties:
19621962
hash:
1963-
description: Hash of the existing asset. Supports Blake3 (blake3:) or SHA256 (sha256:) formats
1964-
pattern: ^(blake3|sha256):[a-f0-9]{64}$
1963+
description: 'Blake3 content hash of the existing asset (blake3: prefix)'
1964+
pattern: ^blake3:[a-f0-9]{64}$
19651965
type: string
19661966
mime_type:
19671967
description: MIME type of the asset (e.g., "image/png", "video/mp4")

0 commit comments

Comments
 (0)