You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTPStatus should be Ok even if subscription is not found. HTTPStatus is more about the HTTP communication, not about the Database status. (#19)
* Fix updateSubscription RestApi issue that prevented subscription to be updated.
* Changed name on isDuplicateSubscriptions functions to doSubscriptionExist. Fixed impacted unit test due to this change.
* Simplified updateSubscription RestApi, so SubscritionName is only specified in json file/object.
* HTTPStatus should be Ok even if subscription is not found. HTTPStatus is more about the HTTP communication, not about the Database status.
0 commit comments