Commit 03239359 authored by bradburyr's avatar bradburyr
Browse files

Fix MIME type declaration.

parent 485f82f7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -58,10 +58,9 @@ paths:
          application/3gpp-media-delivery-metrics-report+json:
            schema:
              $ref: '#/components/schemas/MetricsReport'
              format: json
#          application/*:
#            schema:
#              type: string
          application/*:
            schema:
              type: string
      responses:
        '202': # Accepted: The request is well-formed but the message body has not yet been fully processed
          description: 'Metrics Report Accepted'