Unverified Commit 527490b1 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #153 from dilallkx/kd_sp45_dev_yaml

Swagger UI yaml reference fix + WAIS codegen fixes + version bump
parents 64eccb69 6c8d9299
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.5.8
version: 1.5.9
repo:
  name: AdvantEDGE

+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: 2.1.1
- Build date: 2020-11-13T09:24:33.978915-05:00[America/Toronto]
- Build date: 2020-11-15T22:25:50.214337-05:00[America/Toronto]


### Running the server
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

import (
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

// ConnectionType : The connection type for the access point
+0 −2
Original line number Diff line number Diff line
@@ -21,10 +21,8 @@
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

// OperationStatus : The operation status of the access point
type OperationStatus string

// List of OperationStatus
Loading