From 69171ebb93f43d3a4fc74187dc0ef8ba40504527 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sat, 13 Nov 2021 22:05:09 -0500 Subject: [PATCH] Fix incorrect usage of Digest instead of Content-Digest header --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 5cc4149..cc67abc 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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