Commit 3c576488 authored by muhammadh's avatar muhammadh
Browse files

update version in remaining files in meep-app-enablement

parent 4810c026
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]


+1 −1
Original line number Diff line number Diff line
@@ -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,
		}