Skip to main content

SortFlags

Sort flags.

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
allow_resorting_to_default_sortAllows resorting to default sorting if the specified sorting is not supported. If this flag is not present, an unsupported sort request causes an error.boolean

Example

{
"all": false,
"allow_resorting_to_default_sort": false
}