Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add OrderBy param to subscription list #842

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions model/accounts_mgmt/v1/subscriptions_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ 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")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that this was required to build the http param correctly, without it the param was being generated in pascal case: OrderBy

in OrderBy String

// Deprecated, it is not functional. Use OrderBy instead
in Order String

// Projection
Expand Down
Loading