From 9daa877bdbcb334cd951b1c1e251aaf5074d3fa1 Mon Sep 17 00:00:00 2001 From: Anna Shamray <47745906+annashamray@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:13:55 +0100 Subject: [PATCH] Update vng_api_common/schema.py Co-authored-by: SonnyBA --- vng_api_common/schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vng_api_common/schema.py b/vng_api_common/schema.py index 86440964..9171e1f1 100644 --- a/vng_api_common/schema.py +++ b/vng_api_common/schema.py @@ -278,7 +278,6 @@ def get_content_type_headers(self) -> List[OpenApiParameter]: type=str, location=OpenApiParameter.HEADER, description=_("Content type of the request body."), - # enum=["application/json"], enum=mime_type_enum, required=True, )