Commit 7f01c615 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in config/api/sss-api.yaml

parent 3669f3a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ paths:
      description: This method shall support the URI query parameter, request and response data structures, and response codes, as specified in Tables 7.4.3.1-1 and 7.4.3.1-2.
      operationId: SensorDiscoverySubscriptionGET
      parameters:
      - name: subscriptionId
      - name: sensorIdentifier
        in: query
        description: Object containing the characteristics of the sensor(s) to be selected for the query
        required: false
@@ -672,7 +672,7 @@ paths:
              schema:
                type: object
                items:
                  $ref: '#/components/schemas/SensorStatusSubscription'
                  $ref: '#/components/schemas/SensorDataSubscription'
        "400":
          description: "Bad Request: used to indicate that incorrect parameters were passed to the request"
          content:
@@ -755,7 +755,7 @@ paths:
            schema:
              type: object
              properties:
                SensorStatusSubscription:
                SensorDataSubscription:
                  $ref: '#/components/schemas/SensorDataSubscription'
      responses:
        "200":
+92 −26

File changed.

Preview size limit exceeded, changes collapsed.