docs/RepositoriesRpmVersionsApi.md in pulp_rpm_client-3.17.6 vs docs/RepositoriesRpmVersionsApi.md in pulp_rpm_client-3.17.7

- old
+ new

@@ -95,11 +95,11 @@ number__gte: 56, # Integer | Filter results where number is greater than or equal to value number__lt: 56, # Integer | Filter results where number is less than value number__lte: 56, # Integer | Filter results where number is less than or equal to value number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values offset: 56, # Integer | The initial index from which to return the results. - ordering: 'ordering_example', # String | Which field to use when ordering the results. + ordering: ['ordering_example'], # Array<String> | Ordering pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value @@ -131,10 +131,10 @@ **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional] **number__lt** | **Integer**| Filter results where number is less than value | [optional] **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional] **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional] **offset** | **Integer**| The initial index from which to return the results. | [optional] - **ordering** | **String**| Which field to use when ordering the results. | [optional] + **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional] **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional] **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional] **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional] **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional] **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]