docs/RepositoriesAnsibleVersionsApi.md in pulp_ansible_client-0.16.2 vs docs/RepositoriesAnsibleVersionsApi.md in pulp_ansible_client-0.16.4
- old
+ new
@@ -1,8 +1,8 @@
# PulpAnsibleClient::RepositoriesAnsibleVersionsApi
-All URIs are relative to *https://pulp*
+All URIs are relative to *http://localhost:24817*
Method | HTTP request | Description
------------- | ------------- | -------------
[**delete**](RepositoriesAnsibleVersionsApi.md#delete) | **DELETE** {ansible_ansible_repository_version_href} | Delete a repository version
[**list**](RepositoriesAnsibleVersionsApi.md#list) | **GET** {ansible_ansible_repository_href}versions/ | List repository versions
@@ -96,18 +96,17 @@
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'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
+ ordering: ['ordering_example'], # Array<String> | Ordering
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
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
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
}
begin
@@ -133,17 +132,16 @@
**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** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
+ **ordering** | [**Array<String>**](String.md)| Ordering | [optional]
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [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]
- **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
### Return type