Commit 98f44a74 authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

Adding front end changes and generated code for sbox query string in /login

parent b7e7dc11
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: 2021-03-19T16:44:29.217-04:00
- Build date: 2021-03-25T18:22:14.601-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: 2021-03-19T16:44:30.722-04:00
- Build date: 2021-03-25T18:22:16.767-04:00


### Running the server
+10 −0
Original line number Diff line number Diff line
@@ -97,6 +97,16 @@ paths:
        - "gitlab"
        x-exportParamName: "Provider"
        x-optionalDataType: "String"
      - name: "sbox"
        in: "query"
        description: "Create Sandbox by default"
        required: false
        type: "string"
        enum:
        - "true"
        - "false"
        x-exportParamName: "Sbox"
        x-optionalDataType: "String"
      responses:
        302:
          description: "Found"
+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: 2021-03-08T21:48:11.560-05:00
- Build date: 2021-03-25T18:22:12.573-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.0.0
- Build date: 2021-03-19T16:44:18.556-04:00
- Build date: 2021-03-25T18:21:58.374-04:00


### Running the server
Loading