Commit 07c07c8f authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed response body content

parent 89a0d865
Pipeline #4639 failed with stage
in 0 seconds
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment