Loading go-apps/meep-app-enablement/server/app-support/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,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 - API version: 2.2.1 - Build date: 2021-11-23T08:34:26.961915-05:00[America/Toronto] Loading go-apps/meep-app-enablement/server/app-support/app-support.go +1 −1 Original line number Diff line number Diff line Loading @@ -566,7 +566,7 @@ func applicationsSubscriptionsGET(w http.ResponseWriter, r *http.Request) { for _, sub := range subList { // Create subscription reference & append it to link list subscription := MecAppSuptApiSubscriptionLinkListLinksSubscriptions{ // In v2.1.1 it should be SubscriptionType, but spec is expecting "rel" as per v1.1.1 // In v2.2.1 it should be SubscriptionType, but spec is expecting "rel" as per v1.1.1 SubscriptionType: APP_TERMINATION_NOTIF_SUB_TYPE, Href: sub.Cfg.Self, } Loading Loading
go-apps/meep-app-enablement/server/app-support/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,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 - API version: 2.2.1 - Build date: 2021-11-23T08:34:26.961915-05:00[America/Toronto] Loading
go-apps/meep-app-enablement/server/app-support/app-support.go +1 −1 Original line number Diff line number Diff line Loading @@ -566,7 +566,7 @@ func applicationsSubscriptionsGET(w http.ResponseWriter, r *http.Request) { for _, sub := range subList { // Create subscription reference & append it to link list subscription := MecAppSuptApiSubscriptionLinkListLinksSubscriptions{ // In v2.1.1 it should be SubscriptionType, but spec is expecting "rel" as per v1.1.1 // In v2.2.1 it should be SubscriptionType, but spec is expecting "rel" as per v1.1.1 SubscriptionType: APP_TERMINATION_NOTIF_SUB_TYPE, Href: sub.Cfg.Self, } Loading