Skip to content

Commit

Permalink
Update vng_api_common/schema.py
Browse files Browse the repository at this point in the history
Co-authored-by: SonnyBA <[email protected]>
  • Loading branch information
annashamray and SonnyBA committed Dec 11, 2024
1 parent b347b2a commit 9daa877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vng_api_common/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 9daa877

Please sign in to comment.