From 07c07c8f4f069037a801bd93dd920135d2130d26 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 22 Jul 2020 09:44:17 +0200 Subject: [PATCH] fixed response body content --- .../PolicyManagement/PolicyManagement.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/SOL012/PolicyManagement/PolicyManagement.yaml b/src/SOL012/PolicyManagement/PolicyManagement.yaml index 9c6c5a8..aa9e31f 100644 --- a/src/SOL012/PolicyManagement/PolicyManagement.yaml +++ b/src/SOL012/PolicyManagement/PolicyManagement.yaml @@ -730,7 +730,11 @@ components: Content-Type: description: > The "Content-Type" HTTP header shall be set according to the type of the policy content - content: + content: + application/*: + schema: + type: object + additionalProperties: true PolicySelectedVersion.get.404: description: > @@ -785,7 +789,11 @@ components: Content-Type: description: > The "Content-Type" HTTP header shall be set according to the type of the policy content - content: + content: + application/*: + schema: + type: object + additionalProperties: true PolicyVersionTransfer.put.201: description: > @@ -859,3 +867,7 @@ components: The payload body contains a copy of the policy content. The "Content-Type" HTTP header shall be set according to the type of the policy content. content: + application/*: + schema: + type: object + additionalProperties: true -- GitLab