Fix incorrect usage of Digest instead of Content-Digest header

This commit is contained in:
Ethan Paul 2021-11-13 22:05:09 -05:00
parent c804560574
commit 69171ebb93
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 1 additions and 1 deletions

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