1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-09-18 21:21:59 +00:00

Fix incorrect usage of Digest instead of Content-Digest header

This commit is contained in:
2021-11-13 22:05:09 -05:00
parent c804560574
commit 69171ebb93

View File

@@ -25,7 +25,7 @@ x-anchors:
$ref: "#/components/responses/InternalServerError" $ref: "#/components/responses/InternalServerError"
ImageHeaders: &headers-image ImageHeaders: &headers-image
<<: *headers-default <<: *headers-default
Digest: Content-Digest:
description: SHA256 hash of the provided image content description: SHA256 hash of the provided image content
schema: schema:
type: string type: string