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

fixed response body content

parent 89a0d865
Loading
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -731,6 +731,10 @@ components:
          description: >
            The "Content-Type" HTTP header shall be set according to the type of the policy content
      content:
        application/*:
          schema:
            type: object
            additionalProperties: true

    PolicySelectedVersion.get.404:
      description: >
@@ -786,6 +790,10 @@ components:
          description: >
            The "Content-Type" HTTP header shall be set according to the type of the policy 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