From 152f0110b5fb4a969c40decb0baff80bce489d7c Mon Sep 17 00:00:00 2001 From: Daniel Agbay Date: Thu, 21 Sep 2023 13:32:48 -0500 Subject: [PATCH 1/2] add OrderBy param to subscription list --- model/accounts_mgmt/v1/subscriptions_resource.model | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/model/accounts_mgmt/v1/subscriptions_resource.model b/model/accounts_mgmt/v1/subscriptions_resource.model index c886f32a..b906f77c 100644 --- a/model/accounts_mgmt/v1/subscriptions_resource.model +++ b/model/accounts_mgmt/v1/subscriptions_resource.model @@ -55,6 +55,11 @@ resource Subscriptions { // // If the parameter isn't provided, or if the value is empty, then the order of the // results is undefined. + @http(name = "orderBy") + in OrderBy String + + @deprecated + // Deprecated, it is not functional. Use OrderBy instead in Order String // Projection From 2cfa0c4e021464643f203fa4805f345226f580ca Mon Sep 17 00:00:00 2001 From: Daniel Agbay Date: Tue, 26 Sep 2023 13:51:27 -0500 Subject: [PATCH 2/2] remove unsupported tag --- model/accounts_mgmt/v1/subscriptions_resource.model | 1 - 1 file changed, 1 deletion(-) diff --git a/model/accounts_mgmt/v1/subscriptions_resource.model b/model/accounts_mgmt/v1/subscriptions_resource.model index b906f77c..4c9355e1 100644 --- a/model/accounts_mgmt/v1/subscriptions_resource.model +++ b/model/accounts_mgmt/v1/subscriptions_resource.model @@ -58,7 +58,6 @@ resource Subscriptions { @http(name = "orderBy") in OrderBy String - @deprecated // Deprecated, it is not functional. Use OrderBy instead in Order String