Skip to content
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