docs/RepositoriesAnsibleVersionsApi.md in pulp_ansible_client-0.18.3 vs docs/RepositoriesAnsibleVersionsApi.md in pulp_ansible_client-0.19.0
- old
+ new
@@ -1,8 +1,8 @@
# PulpAnsibleClient::RepositoriesAnsibleVersionsApi
-All URIs are relative to *http://localhost:24817*
+All URIs are relative to *https://pulp*
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
@@ -104,11 +104,10 @@
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.
- q: 'q_example', # String |
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
@@ -142,10 +141,9 @@
**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]
- **q** | **String**| | [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