Commit 06987d1b authored by bradburyr's avatar bradburyr
Browse files

Attempt to fix syntax error failure due to ambiguous MIME type declarations.

parent 2b5a9d46
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -59,9 +59,9 @@ paths:
            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'