docs/DistributionsAnsibleApi.md in pulp_ansible_client-0.16.0 vs docs/DistributionsAnsibleApi.md in pulp_ansible_client-0.16.1
- old
+ new
@@ -139,26 +139,26 @@
config.password = 'YOUR PASSWORD'
end
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
opts = {
- base_path: 'base_path_example', # String |
+ base_path: 'base_path_example', # String | Filter results where base_path matches value
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
limit: 56, # Integer | Number of results to return per page.
- name: 'name_example', # String |
+ name: 'name_example', # String | Filter results where name matches value
name__contains: 'name__contains_example', # String | Filter results where name contains value
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
offset: 56, # Integer | The initial index from which to return the results.
ordering: ['ordering_example'], # Array<String> | Ordering
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
- 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.
+ 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
#List ansible distributions
result = api_instance.list(opts)
@@ -171,26 +171,26 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **base_path** | **String**| | [optional]
+ **base_path** | **String**| Filter results where base_path matches value | [optional]
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
**limit** | **Integer**| Number of results to return per page. | [optional]
- **name** | **String**| | [optional]
+ **name** | **String**| Filter results where name matches value | [optional]
**name__contains** | **String**| Filter results where name contains value | [optional]
**name__icontains** | **String**| Filter results where name contains value | [optional]
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
**name__startswith** | **String**| Filter results where name starts with value | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [optional]
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
**pulp_label_select** | **String**| Filter labels by search string | [optional]
**with_content** | **String**| Filter distributions based on the content served by them | [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]
+ **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
[**PaginatedansibleAnsibleDistributionResponseList**](PaginatedansibleAnsibleDistributionResponseList.md)
@@ -280,12 +280,12 @@
end
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
opts = {
- 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.
+ 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
#Inspect an ansible distribution
result = api_instance.read(ansible_ansible_distribution_href, opts)
@@ -299,11 +299,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ansible_ansible_distribution_href** | **String**| |
- **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]
+ **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
[**AnsibleAnsibleDistributionResponse**](AnsibleAnsibleDistributionResponse.md)