Commit 9151038a authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

Updated Responses and Refs

parent ec18eebd
Loading
Loading
Loading
Loading
Loading
+70 −70
Original line number Original line Diff line number Diff line
@@ -41,7 +41,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200":
        "200":
          $ref: "#/components/responses/mano_entity.get.200"
          $ref: "#/components/responses/ManoEntity.Get.200"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -73,11 +73,11 @@ paths:
        $ref: "#/components/requestBodies/ModifyManoEntityRequest"
        $ref: "#/components/requestBodies/ModifyManoEntityRequest"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/mano_entity.patch.200"
          $ref: "#/components/responses/ManoEntity.Patch.200"
        "409": 
        "409": 
          $ref: "#/components/responses/mano_entity.patch.409"
          $ref: "#/components/responses/ManoEntity.Patch.409"
        "412":
        "412":
          $ref: "#/components/responses/mano_entity.patch.412"
          $ref: "#/components/responses/ManoEntity.Patch.412"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -112,9 +112,9 @@ paths:
        $ref: "#/components/requestBodies/ChangeManoEntityStateRequest"
        $ref: "#/components/requestBodies/ChangeManoEntityStateRequest"
      responses:
      responses:
        "202": 
        "202": 
          $ref: "#/components/responses/mano_entity-change_state.post.202"
          $ref: "#/components/responses/ChangeState.Post.202"
        "409": 
        "409": 
          $ref: "#/components/responses/mano_entity-change_state.post.409"
          $ref: "#/components/responses/ChangeState.Post.409"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -153,9 +153,9 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/mano_entity-mano_interfaces.get.200"
          $ref: "#/components/responses/ManoInterfaces.Get.200"
        "400": 
        "400": 
          $ref: "#/components/responses/mano_entity-mano_interfaces.get.400"
          $ref: "#/components/responses/ManoInterfaces.Get.400"
        "401":
        "401":
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
        "403":
        "403":
@@ -189,7 +189,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/mano_entity-mano_interface.get.200"
          $ref: "#/components/responses/IndividualManoInterface.Get.200"
        "401":
        "401":
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
        "403":
        "403":
@@ -219,11 +219,11 @@ paths:
        $ref: "#/components/requestBodies/ModifyManoEnityInterfaceRequest"
        $ref: "#/components/requestBodies/ModifyManoEnityInterfaceRequest"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/mano_entity-mano_interface.patch.200"
          $ref: "#/components/responses/IndividualManoInterface.Patch.200"
        "409": 
        "409": 
          $ref: "#/components/responses/mano_entity-mano_interface.patch.409"
          $ref: "#/components/responses/IndividualManoInterface.Patch.409"
        "412": 
        "412": 
          $ref: "#/components/responses/mano_entity-mano_interface.patch.412"
          $ref: "#/components/responses/IndividualManoInterface.Patch.412"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -260,9 +260,9 @@ paths:
        $ref: "#/components/requestBodies/ChangeManoEntityInterfaceStateRequest"
        $ref: "#/components/requestBodies/ChangeManoEntityInterfaceStateRequest"
      responses:
      responses:
        "202": 
        "202": 
          $ref: "#/components/responses/mano_entity-mano_interface-change_state.post.202"
          $ref: "#/components/responses/ManoInterfaceChangeState.Post.202"
        "409": 
        "409": 
          $ref: "#/components/responses/mano_entity-mano_interface-change_state.post.409"
          $ref: "#/components/responses/ManoInterfaceChangeState.Post.409"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -296,9 +296,11 @@ paths:
        $ref: "#/components/requestBodies/CimSubscriptionRequest"
        $ref: "#/components/requestBodies/CimSubscriptionRequest"
      responses:
      responses:
        "201": 
        "201": 
          $ref: "#/components/responses/subscriptions.post.201"
          $ref: "#/components/responses/Subscriptions.Post.201"
        "303": 
        "303": 
          $ref: "#/components/responses/subscriptions.post.303"
          $ref: "#/components/responses/Subscriptions.Post.303"
        "422":
          $ref: "#/components/responses/Subscriptions.Post.422"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -311,8 +313,6 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/405
          $ref: ../components/SOL009_resp.yaml#/components/responses/405
        "406":
        "406":
          $ref: ../components/SOL009_resp.yaml#/components/responses/406
          $ref: ../components/SOL009_resp.yaml#/components/responses/406
        "422":
          $ref: ../components/SOL009_resp.yaml#/components/responses/422
        "500":
        "500":
          $ref: ../components/SOL009_resp.yaml#/components/responses/500
          $ref: ../components/SOL009_resp.yaml#/components/responses/500
        "503":
        "503":
@@ -332,9 +332,9 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/subscriptions.get.200"
          $ref: "#/components/responses/Subscriptions.Get.200"
        "400": 
        "400": 
          $ref: "#/components/responses/subscriptions.get.400"
          $ref: "#/components/responses/Subscriptions.Get.400"
        "401":
        "401":
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
        "403":
        "403":
@@ -367,7 +367,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/subscription.get.200"
          $ref: "#/components/responses/Subscription.Get.200"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -397,7 +397,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "204": 
        "204": 
          $ref: "#/components/responses/subscription.delete.204"
          $ref: "#/components/responses/Subscription.Delete.204"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -436,9 +436,9 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/change_state_ops.get.200"
          $ref: "#/components/responses/ChangeStateOpOcc.Get.200"
        "400": 
        "400": 
          $ref: "#/components/responses/change_state_ops.get.400"
          $ref: "#/components/responses/ChangeStateOpOcc.Get.400"
        "401":
        "401":
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
        "403":
        "403":
@@ -472,7 +472,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/change_state_op.get.200"
          $ref: "#/components/responses/IndividualChangeStateOpOcc.Get.200"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -508,7 +508,7 @@ paths:
        $ref: "#/components/requestBodies/CreatePeerEntityRequest"
        $ref: "#/components/requestBodies/CreatePeerEntityRequest"
      responses:
      responses:
        "201": 
        "201": 
          $ref: "#/components/responses/peer_entities.post.201"
          $ref: "#/components/responses/PeerEntities.Post.201"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -545,9 +545,9 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/peer_entities.get.200"
          $ref: "#/components/responses/PeerEntities.Get.200"
        "400": 
        "400": 
          $ref: "#/components/responses/peer_entities.get.400"
          $ref: "#/components/responses/PeerEntities.Get.400"
        "401":
        "401":
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
        "403":
        "403":
@@ -580,7 +580,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/peer_entitie.get.200"
          $ref: "#/components/responses/IndividualPeerEntity.Get.200"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -614,11 +614,11 @@ paths:
        $ref: "#/components/requestBodies/ModifyPeerEntityRequest"
        $ref: "#/components/requestBodies/ModifyPeerEntityRequest"
      responses:
      responses:
        "200": 
        "200": 
          $ref: "#/components/responses/peer_entitie.patch.200"
          $ref: "#/components/responses/IndividualPeerEntity.Patch.200"
        "409": 
        "409": 
          $ref: "#/components/responses/peer_entitie.patch.409"
          $ref: "#/components/responses/IndividualPeerEntity.Patch.409"
        "412": 
        "412": 
          $ref: "#/components/responses/peer_entitie.patch.412"
          $ref: "#/components/responses/IndividualPeerEntity.Patch.412"
        "401":
        "401":
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
        "403":
        "403":
@@ -651,11 +651,9 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "204": 
        "204": 
          $ref: "#/components/responses/peer_entitie.delete.204"
          $ref: "#/components/responses/IndividualPeerEntity.Delete.204"
        "409": 
        "409": 
          $ref: "#/components/responses/peer_entitie.delete.409"
          $ref: "#/components/responses/IndividualPeerEntity.Delete.409"
        "412": 
          $ref: "#/components/responses/peer_entitie.delete.412"
        "401":
        "401":
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
          $ref: ../components/SOL009_resp.yaml#/components/responses/401
        "403":
        "403":
@@ -666,6 +664,8 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/405
          $ref: ../components/SOL009_resp.yaml#/components/responses/405
        "406":
        "406":
          $ref: ../components/SOL009_resp.yaml#/components/responses/406
          $ref: ../components/SOL009_resp.yaml#/components/responses/406
        "412": 
          $ref: ../components/SOL009_resp.yaml#/components/responses/412
        "422":
        "422":
          $ref: ../components/SOL009_resp.yaml#/components/responses/422
          $ref: ../components/SOL009_resp.yaml#/components/responses/422
        "500":
        "500":
@@ -2584,7 +2584,7 @@ components:
      required: true
      required: true


  responses:
  responses:
    mano_entity.get.200:
    ManoEntity.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -2610,7 +2610,7 @@ components:
          schema:
          schema:
            $ref: "#/components/schemas/ManoEntity"
            $ref: "#/components/schemas/ManoEntity"


    mano_entity.patch.200:
    ManoEntity.Patch.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -2633,7 +2633,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/ManoConfigModifications"
            $ref: "#/components/schemas/ManoConfigModifications"
    mano_entity.patch.409:
    ManoEntity.Patch.409:
      description: >
      description: >
        409 CONFLICT
        409 CONFLICT


@@ -2663,7 +2663,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    mano_entity.patch.412:
    ManoEntity.Patch.412:
      description: >
      description: >
        412 PRECONDITION FAILED
        412 PRECONDITION FAILED


@@ -2693,7 +2693,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"


    mano_entity-change_state.post.202:
    ChangeState.Post.202:
      description: >
      description: >
        202 ACCEPTED
        202 ACCEPTED


@@ -2725,7 +2725,7 @@ components:
            format: url
            format: url
            minimum: 1
            minimum: 1
            maximum: 1
            maximum: 1
    mano_entity-change_state.post.409:
    ChangeState.Post.409:
      description: >
      description: >
        409 CONFLICT
        409 CONFLICT


@@ -2755,7 +2755,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
        
        
    mano_entity-mano_interfaces.get.200:
    ManoInterfaces.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -2803,7 +2803,7 @@ components:
            type: array
            type: array
            items:
            items:
              $ref: "#/components/schemas/ManoServiceInterface"
              $ref: "#/components/schemas/ManoServiceInterface"
    mano_entity-mano_interfaces.get.400:
    ManoInterfaces.Get.400:
      description: >
      description: >
        400 BAD REQUEST
        400 BAD REQUEST


@@ -2837,7 +2837,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    
    
    mano_entity-mano_interface.get.200:
    IndividualManoInterface.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -2863,7 +2863,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/ManoServiceInterface"
            $ref: "#/components/schemas/ManoServiceInterface"
    mano_entity-mano_interface.patch.200:
    IndividualManoInterface.Patch.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -2889,7 +2889,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/ManoServiceInterfaceModifications"
            $ref: "#/components/schemas/ManoServiceInterfaceModifications"
    mano_entity-mano_interface.patch.409:
    IndividualManoInterface.Patch.409:
      description: >
      description: >
        409 CONFLICT
        409 CONFLICT


@@ -2920,7 +2920,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    mano_entity-mano_interface.patch.412:
    IndividualManoInterface.Patch.412:
      description: >
      description: >
        412 PRECONDITION FAILED
        412 PRECONDITION FAILED


@@ -2951,7 +2951,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    
    
    mano_entity-mano_interface-change_state.post.202:
    ManoInterfaceChangeState.Post.202:
      description: >
      description: >
        202 ACCEPTED
        202 ACCEPTED


@@ -2985,7 +2985,7 @@ components:
            format: url
            format: url
            minimum: 1
            minimum: 1
            maximum: 1
            maximum: 1
    mano_entity-mano_interface-change_state.post.409:
    ManoInterfaceChangeState.Post.409:
      description: >
      description: >
        409 CONFLICT
        409 CONFLICT


@@ -3015,7 +3015,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    
    
    subscriptions.post.201:
    Subscriptions.Post.201:
      description: >
      description: >
        201 CREATED
        201 CREATED


@@ -3052,7 +3052,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/CimSubscription"
            $ref: "#/components/schemas/CimSubscription"
    subscriptions.post.303:
    Subscriptions.Post.303:
      description: >
      description: >
        303 SEE OTHER
        303 SEE OTHER


@@ -3087,7 +3087,7 @@ components:
            format: url
            format: url
            minimum: 1
            minimum: 1
            maximum: 1
            maximum: 1
    subscriptions.post.422:
    Subscriptions.Post.422:
      description: >
      description: >
        422 Unprocessable Entity
        422 Unprocessable Entity


@@ -3123,7 +3123,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"


    subscriptions.get.200:
    Subscriptions.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -3170,7 +3170,7 @@ components:
            type: array
            type: array
            items:
            items:
              $ref: "#/components/schemas/CimSubscription"
              $ref: "#/components/schemas/CimSubscription"
    subscriptions.get.400:
    Subscriptions.Get.400:
      description: >
      description: >
        400 BAD REQUEST
        400 BAD REQUEST


@@ -3201,7 +3201,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    
    
    subscription.get.200:
    Subscription.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -3227,7 +3227,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/CimSubscription"
            $ref: "#/components/schemas/CimSubscription"
    subscription.delete.204:
    Subscription.Delete.204:
      description: >
      description: >
        204 NO CONTENT
        204 NO CONTENT


@@ -3249,7 +3249,7 @@ components:
          schema:
          schema:
            type: string
            type: string
    
    
    change_state_ops.get.200:
    ChangeStateOpOcc.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -3297,7 +3297,7 @@ components:
            type: array
            type: array
            items:
            items:
              $ref: "#/components/schemas/ChangeStateOpOcc"
              $ref: "#/components/schemas/ChangeStateOpOcc"
    change_state_ops.get.400:
    ChangeStateOpOcc.Get.400:
      description: >
      description: >
        400 BAD REQUEST
        400 BAD REQUEST


@@ -3331,7 +3331,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    
    
    change_state_op.get.200:
    IndividualChangeStateOpOcc.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -3358,7 +3358,7 @@ components:
          schema:
          schema:
            $ref: "#/components/schemas/ChangeStateOpOcc"
            $ref: "#/components/schemas/ChangeStateOpOcc"
    
    
    peer_entities.post.201:
    PeerEntities.Post.201:
      description: >
      description: >
        201 CREATED
        201 CREATED


@@ -3396,7 +3396,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/PeerEntity"
            $ref: "#/components/schemas/PeerEntity"
    peer_entities.get.200:
    PeerEntities.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -3444,7 +3444,7 @@ components:
            type: array
            type: array
            items:
            items:
              $ref: "#/components/schemas/PeerEntity"
              $ref: "#/components/schemas/PeerEntity"
    peer_entities.get.400:
    PeerEntities.Get.400:
      description: >
      description: >
        400 BAD REQUEST
        400 BAD REQUEST


@@ -3478,7 +3478,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    
    
    peer_entitie.get.200:
    IndividualPeerEntity.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -3504,7 +3504,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/PeerEntity"
            $ref: "#/components/schemas/PeerEntity"
    peer_entitie.patch.200:
    IndividualPeerEntity.Patch.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -3530,7 +3530,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/PeerEntityConfigModifications"
            $ref: "#/components/schemas/PeerEntityConfigModifications"
    peer_entitie.patch.409:
    IndividualPeerEntity.Patch.409:
      description: >
      description: >
        409 CONFLICT.
        409 CONFLICT.


@@ -3559,7 +3559,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    peer_entitie.patch.412:
    IndividualPeerEntity.Patch.412:
      description: >
      description: >
        412 PRECONDITION FAILED
        412 PRECONDITION FAILED


@@ -3588,7 +3588,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    peer_entitie.delete.204:
    IndividualPeerEntity.Delete.204:
      description: >
      description: >
        204 NO CONTENT
        204 NO CONTENT


@@ -3609,7 +3609,7 @@ components:
            Version of the API used in the response.
            Version of the API used in the response.
          schema:
          schema:
            type: string
            type: string
    peer_entitie.delete.409:
    IndividualPeerEntity.Delete.409:
      description: >
      description: >
        409 CONFLICT.
        409 CONFLICT.


@@ -3638,7 +3638,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
    peer_entitie.delete.412:
    IndividualPeerEntity.Delete.412:
      description: >
      description: >
        412 PRECONDITION FAILED
        412 PRECONDITION FAILED


+4 −4
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ paths:
        $ref: "#/components/requestBodies/ConfigurationAnfInformationNotification"
        $ref: "#/components/requestBodies/ConfigurationAnfInformationNotification"
      responses:
      responses:
        "204": 
        "204": 
          $ref: "#/components/responses/notification.post.204"
          $ref: "#/components/responses/Notification.Post.204"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -78,7 +78,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "204": 
        "204": 
          $ref: "#/components/responses/notification.get.204"
          $ref: "#/components/responses/Notification.Get.204"
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -102,7 +102,7 @@ paths:


components:
components:
  responses:
  responses:
    notification.post.204:
    Notification.Post.204:
      description: >
      description: >
        204 NO CONTENT
        204 NO CONTENT


@@ -121,7 +121,7 @@ components:
          schema:
          schema:
            type: string
            type: string


    notification.get.204:
    Notification.Get.204:
      description: >
      description: >
        204 NO CONTENT
        204 NO CONTENT


+16 −16
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/nextpage_opaque_marker"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/nextpage_opaque_marker"
      responses:
      responses:
        "200":
        "200":
          $ref: '#/components/responses/Alarms.Get'
          $ref: '#/components/responses/Alarms.Get.200'
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -75,7 +75,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200":
        "200":
          $ref: '#/components/responses/Alarm.Get'
          $ref: '#/components/responses/Alarm.Get.200'
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -108,7 +108,7 @@ paths:
        $ref: "#/components/requestBodies/AlarmModifications"
        $ref: "#/components/requestBodies/AlarmModifications"
      responses:
      responses:
        "200":
        "200":
          $ref: '#/components/responses/Alarm.Patch'
          $ref: '#/components/responses/Alarm.Patch.200'
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -146,7 +146,7 @@ paths:
        $ref: "#/components/requestBodies/FmSubscriptionRequest"
        $ref: "#/components/requestBodies/FmSubscriptionRequest"
      responses:
      responses:
        "201":
        "201":
          $ref: '#/components/responses/subscriptions.post.201'
          $ref: '#/components/responses/Subscriptions.Post.201'
        "303":
        "303":
          $ref: ../components/SOL009_resp.yaml#/components/responses/303
          $ref: ../components/SOL009_resp.yaml#/components/responses/303
        "400":
        "400":
@@ -182,7 +182,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/nextpage_opaque_marker"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/nextpage_opaque_marker"
      responses:
      responses:
        "200":
        "200":
          $ref: '#/components/responses/subscriptions.get.200'
          $ref: '#/components/responses/Subscriptions.Get.200'
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -216,7 +216,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200":
        "200":
          $ref: '#/components/responses/subscription.get.200'
          $ref: '#/components/responses/Subscription.Get.200'
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -245,7 +245,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "204":
        "204":
          $ref: '#/components/responses/subscription.delete.204'
          $ref: '#/components/responses/Subscription.Delete.204'
        "400":
        "400":
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
          $ref: ../components/SOL009_resp.yaml#/components/responses/400
        "401":
        "401":
@@ -444,7 +444,7 @@ components:
      required: true
      required: true


  responses:
  responses:
    Alarms.Get:
    Alarms.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -486,7 +486,7 @@ components:
            items:
            items:
              $ref: "../components/SOL009_schemas.yaml#/components/schemas/Alarm"
              $ref: "../components/SOL009_schemas.yaml#/components/schemas/Alarm"


    Alarm.Get:
    Alarm.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -506,7 +506,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/Alarm"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/Alarm"


    Alarm.Patch:
    Alarm.Patch.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -535,7 +535,7 @@ components:
          schema:
          schema:
            $ref: "#/components/schemas/AlarmModifications"
            $ref: "#/components/schemas/AlarmModifications"


    subscriptions.post.201:
    Subscriptions.Post.201:
      description: >
      description: >
        201 CREATED
        201 CREATED


@@ -572,7 +572,7 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "#/components/schemas/FmSubscription"
            $ref: "#/components/schemas/FmSubscription"
    subscriptions.post.303:
    Subscriptions.Post.303:
      description: >
      description: >
        303 SEE OTHER
        303 SEE OTHER


@@ -607,7 +607,7 @@ components:
            format: url
            format: url
            minimum: 1
            minimum: 1
            maximum: 1
            maximum: 1
    subscriptions.post.422:
    Subscriptions.Post.422:
      description: >
      description: >
        422 Unprocessable Entity
        422 Unprocessable Entity


@@ -643,7 +643,7 @@ components:
          schema:
          schema:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails"


    subscriptions.get.200:
    Subscriptions.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -695,7 +695,7 @@ components:
            items:
            items:
              $ref: "#/components/schemas/FmSubscription"
              $ref: "#/components/schemas/FmSubscription"


    subscription.get.200:
    Subscription.Get.200:
      description: >
      description: >
        200 OK
        200 OK


@@ -731,7 +731,7 @@ components:
          schema:
          schema:
            $ref: "#/components/schemas/FmSubscription"
            $ref: "#/components/schemas/FmSubscription"


    subscription.delete.204:
    Subscription.Delete.204:
      description: >
      description: >
        204 NO CONTENT
        204 NO CONTENT


+20 −20

File changed.

Preview size limit exceeded, changes collapsed.

+4 −4
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@ paths:
        $ref: "#/components/requestBodies/LogReportAvailableNotification"
        $ref: "#/components/requestBodies/LogReportAvailableNotification"
      responses:
      responses:
        "204":
        "204":
          $ref: '#/components/responses/notification.post.204'
          $ref: '#/components/responses/Notification.Post.204'
        "400":
        "400":
          $ref: '../components/SOL009_resp.yaml#/components/responses/400'
          $ref: '../components/SOL009_resp.yaml#/components/responses/400'
        "401":
        "401":
@@ -77,7 +77,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "204":
        "204":
          $ref: '#/components/responses/notification.get.204'
          $ref: '#/components/responses/Notification.Get.204'
        "400":
        "400":
          $ref: '../components/SOL009_resp.yaml#/components/responses/400'
          $ref: '../components/SOL009_resp.yaml#/components/responses/400'
        "401":
        "401":
@@ -110,7 +110,7 @@ components:
            $ref: "#/components/schemas/LogReportAvailableNotification"
            $ref: "#/components/schemas/LogReportAvailableNotification"


  responses:
  responses:
    notification.post.204:
    Notification.Post.204:
      description: >-
      description: >-
        Shall be returned when the notification has been delivered successfully.
        Shall be returned when the notification has been delivered successfully.
      headers:
      headers:
@@ -131,7 +131,7 @@ components:
          schema:
          schema:
            type: string
            type: string


    notification.get.204:
    Notification.Get.204:
      description: >-
      description: >-
        Shall be returned to indicate that the notification endpoint has been tested successfully.
        Shall be returned to indicate that the notification endpoint has been tested successfully.
        The response body shall be empty.
        The response body shall be empty.
Loading