From c0d21d611f7c61b5565d004355e8dcf2993ea53b Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 22 Jul 2020 09:46:14 +0200 Subject: [PATCH] fixed Content-Type header --- src/SOL012/PolicyManagement/PolicyManagement.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SOL012/PolicyManagement/PolicyManagement.yaml b/src/SOL012/PolicyManagement/PolicyManagement.yaml index aa9e31f..30f5151 100644 --- a/src/SOL012/PolicyManagement/PolicyManagement.yaml +++ b/src/SOL012/PolicyManagement/PolicyManagement.yaml @@ -730,6 +730,8 @@ components: Content-Type: description: > The "Content-Type" HTTP header shall be set according to the type of the policy content + schema: + type: string content: application/*: schema: @@ -789,6 +791,8 @@ components: Content-Type: description: > The "Content-Type" HTTP header shall be set according to the type of the policy content + schema: + type: string content: application/*: schema: -- GitLab