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

Merge pull request #48 from roymx/mike-swagger-doc2

Added Notification specs to swagger UI
parents 19a246c9 38d27504
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -44,6 +44,13 @@ repo:
      bin: bin/meep-swagger-ui
      codecov: false
      lint: false
      api-bundle:
        - meep-ctrl-engine
        - meep-metrics-engine
        - meep-mg-manager
        - meep-mg-app-notification
        - meep-loc-serv
        - meep-loc-serv-notification
    meep-webhook:
      src: go-apps/meep-webhook
      bin: bin/meep-webhook
@@ -106,6 +113,10 @@ repo:
      template: charts/meep-virt-engine/virt-templates
      codecov: true
      lint: true
    meep-loc-serv-notification:
      api: go-packages/meep-loc-serv-notification-client/api/swagger.yaml
    meep-mg-app-notification:
      api: go-packages/meep-mg-app-client/api/swagger.yaml
  dep:
    docker-registry:
      chart: charts/docker-registry
+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: 2019-11-18T11:17:35.705-05:00
- Build date: 2019-11-19T14:03:28.129-05: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: 2019-11-18T11:17:37.842-05:00
- Build date: 2019-11-19T14:03:30.664-05: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: 2019-11-18T11:17:22.656-05:00
- Build date: 2019-11-19T14:03:14.023-05: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: 2019-11-18T11:17:31.729-05:00
- Build date: 2019-11-19T14:03:23.984-05:00


### Running the server
Loading