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