docs/ContentRolesApi.md in pulp_ansible_client-0.15.0 vs docs/ContentRolesApi.md in pulp_ansible_client-0.15.1
- old
+ new
@@ -92,12 +92,12 @@
ordering: ['ordering_example'], # Array<String> | Ordering
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
version: 'version_example', # String | Filter results where version matches value
- 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 roles
result = api_instance.list(opts)
@@ -119,12 +119,12 @@
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
**version** | **String**| Filter results where version matches value | [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
[**PaginatedansibleRoleResponseList**](PaginatedansibleRoleResponseList.md)
@@ -159,12 +159,12 @@
end
api_instance = PulpAnsibleClient::ContentRolesApi.new
ansible_role_href = 'ansible_role_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 a role
result = api_instance.read(ansible_role_href, opts)
@@ -178,11 +178,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ansible_role_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
[**AnsibleRoleResponse**](AnsibleRoleResponse.md)