Commit b21a8d6e authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fixing errors in query parameters with type Uri/AnyUri/Array (Uri)

parent 112ae956
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2344,7 +2344,8 @@ components:
      schema:
        type: array
        items:
          type: AnyUri
          type: string
          format: uri
    Query.subscription_type:
      description: 'Query parameter to filter on a specific subscription type. Permitted values:

@@ -2364,7 +2365,8 @@ components:
      required: false
      x-exportParamName: Query.address1
      schema:
        type: Uri
        type: string
        format: uri
    Query.subscription_type1:
      description: 'Query parameter to filter on a specific subscription type. Permitted values:

@@ -2394,7 +2396,8 @@ components:
      schema:
        type: array
        items:
          type: Array
          type: string
          format: uri
    Query.location:
      description: Shall not be included when the distance between two terminals is requested.
      name: location