docs/RepositoriesAnsibleVersionsApi.md in pulp_ansible_client-0.7.1 vs docs/RepositoriesAnsibleVersionsApi.md in pulp_ansible_client-0.7.2
- old
+ new
@@ -85,27 +85,27 @@
end
api_instance = PulpAnsibleClient::RepositoriesAnsibleVersionsApi.new
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
opts = {
- content: 'content_example', # String | content
- content__in: 'content__in_example', # String | content__in
+ content: 'content_example', # String | Content Unit referenced by HREF
+ content__in: 'content__in_example', # String | Content Unit referenced by HREF
limit: 56, # Integer | Number of results to return per page.
- number: 'number_example', # String | number
- number__gt: 'number__gt_example', # String | number__gt
- number__gte: 'number__gte_example', # String | number__gte
- number__lt: 'number__lt_example', # String | number__lt
- number__lte: 'number__lte_example', # String | number__lte
- number__range: 'number__range_example', # String | number__range
+ number: 56, # Integer |
+ number__gt: 56, # Integer | Filter results where number is greater than value
+ 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.
- pulp_created: 'pulp_created_example', # String | pulp_created
- pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
- pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
- pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
- pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
- pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
+ 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
+ pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
fields: 'fields_example', # String | A list of fields to include in the response.
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
}
begin
@@ -121,26 +121,26 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ansible_ansible_repository_href** | **String**| |
- **content** | **String**| content | [optional]
- **content__in** | **String**| content__in | [optional]
+ **content** | **String**| Content Unit referenced by HREF | [optional]
+ **content__in** | **String**| Content Unit referenced by HREF | [optional]
**limit** | **Integer**| Number of results to return per page. | [optional]
- **number** | **String**| number | [optional]
- **number__gt** | **String**| number__gt | [optional]
- **number__gte** | **String**| number__gte | [optional]
- **number__lt** | **String**| number__lt | [optional]
- **number__lte** | **String**| number__lte | [optional]
- **number__range** | **String**| number__range | [optional]
+ **number** | **Integer**| | [optional]
+ **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
+ **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<Integer>**](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]
- **pulp_created** | **String**| pulp_created | [optional]
- **pulp_created__gt** | **String**| pulp_created__gt | [optional]
- **pulp_created__gte** | **String**| pulp_created__gte | [optional]
- **pulp_created__lt** | **String**| pulp_created__lt | [optional]
- **pulp_created__lte** | **String**| pulp_created__lte | [optional]
- **pulp_created__range** | **String**| pulp_created__range | [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]
+ **pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
**fields** | **String**| A list of fields to include in the response. | [optional]
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
### Return type