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

Merge pull request #279 from pastorsx/sp_dev_mec011_notifications

MEC011 - Notification hooks 
parents 5da032cb 6c6302e7
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-07-12T13:38:29.098-04:00
- Build date: 2021-07-14T14:30:39.551-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-07-12T13:38:31.445-04:00
- Build date: 2021-07-14T14:30:41.922-04:00


### Running the server
+2 −1
Original line number Diff line number Diff line
@@ -386,7 +386,6 @@ components:
      required:
        - subscriptionType
        - callbackReference
        - _links
        - appInstanceId
      properties:
        subscriptionType:
@@ -1208,11 +1207,13 @@ components:
        application/json:
          schema:
            $ref: '#/components/schemas/AppReadyConfirmation'
      required: true
    ApplicationsConfirmTermination:
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/AppTerminationConfirmation'
      required: true
    ApplicationsDnsRule:
      content:
        application/json:
+0 −1
Original line number Diff line number Diff line
@@ -513,7 +513,6 @@ components:
      required:
        - subscriptionType
        - callbackReference
        - _links
      properties:
        subscriptionType:
          $ref: >-
+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-07-12T13:38:42.607-04:00[America/New_York]
- Build date: 2021-07-14T14:30:53.359-04:00[America/New_York]


### Running the server
Loading