mirror of
https://github.com/enpaul/kodak.git
synced 2024-11-23 15:07:13 +00:00
Fix incorrect usage of Digest instead of Content-Digest header
This commit is contained in:
parent
c804560574
commit
69171ebb93
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user