1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-11-09 12:21:24 +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"
ImageHeaders: &headers-image
<<: *headers-default
Digest:
Content-Digest:
description: SHA256 hash of the provided image content
schema:
type: string