Commit ebe7f840 authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Adding a clarification within the detail property description of the...

Adding a clarification within the detail property description of the ProblemDetails schema about the InvalidRequest HTTP error (6.3.20 Invalid parameters).
parent a8dabe42
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4725,6 +4725,13 @@ components:
          description: |
            A human-readable explanation specific to this occurrence of the
            problem.
            
            *InvalidRequest: The request associated to the operation is 
            syntactically invalid or includes wrong content. If an HTTP request 
            for an operation contains parameters that are incompatible with the 
            operation, or it contains values of the "options" parameter that are 
            not supported by the operation, an HTTP error response of type 
            InvalidRequest should be returned.  
          type: string
        instance:
          description: |