Commit 0919638a authored by Lars-Erik Helander's avatar Lars-Erik Helander Committed by Michele Carignani
Browse files

Corrected file names according to scheme

Change-Id: I50640f190f35d08eadf2dc222fe1c1d081338170
parent 704bce15
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@ paths:
              Configuration information about a VNF instance was read successfully.
              Configuration information about a VNF instance was read successfully.
              The response body shall contain a representation of the configuration resource.
              The response body shall contain a representation of the configuration resource.
            schema:
            schema:
              $ref: 'definitions/Definition_VnfConfiguration.yaml#/definitions/VnfConfiguration'                  
              $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfiguration'                  
          400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' }
          400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' }
          401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' }
          401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' }
          403: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/403' }
          403: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/403' }
@@ -59,14 +59,14 @@ paths:
           required: true
           required: true
           in: body
           in: body
           schema: 
           schema: 
             $ref: 'definitions/Definition_VnfConfiguration.yaml#/definitions/VnfConfigModifications'            
             $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications'            
        responses:
        responses:
          200:
          200:
            description: >
            description: >
              The request was accepted and completed. The response body shall contain the parameters
              The request was accepted and completed. The response body shall contain the parameters
              of the configuration modification that was applied to the configuration resource.
              of the configuration modification that was applied to the configuration resource.
            schema:
            schema:
              $ref: 'definitions/Definition_VnfConfiguration.yaml#/definitions/VnfConfigModifications'                  
              $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications'                  
          412: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/412' }
          412: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/412' }
          400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' }
          400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' }
          401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' }
          401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' }