Commit 178c8ef7 authored by Simon Pastor's avatar Simon Pastor
Browse files

rebase with latest adv-ops

parent 622796f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2020-08-21T10:10:24.997-04:00
- Build date: 2020-08-21T10:35:36.883-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2020-08-21T10:10:27.232-04:00
- Build date: 2020-08-21T10:35:39.176-04:00


### Running the server
+20 −0
Original line number Diff line number Diff line
@@ -140,6 +140,16 @@ paths:
        - "CLOUD"
        x-exportParamName: "SubType"
        x-optionalDataType: "String"
      - name: "excludePath"
        in: "query"
        description: "Exclude UE paths in response (default: false)"
        required: false
        type: "string"
        enum:
        - "true"
        - "false"
        x-exportParamName: "ExcludePath"
        x-optionalDataType: "String"
      responses:
        200:
          description: "OK"
@@ -163,6 +173,16 @@ paths:
        required: true
        type: "string"
        x-exportParamName: "AssetName"
      - name: "excludePath"
        in: "query"
        description: "Exclude UE paths in response (default: false)"
        required: false
        type: "string"
        enum:
        - "true"
        - "false"
        x-exportParamName: "ExcludePath"
        x-optionalDataType: "String"
      responses:
        200:
          description: "OK"
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2020-08-21T10:10:15.149-04:00
- Build date: 2020-08-21T10:35:26.763-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.1.1
- Build date: 2020-08-21T10:10:16.425-04:00
- Build date: 2020-08-21T10:35:27.945-04:00


### Running the server
Loading