docs/ApiRolesApi.md in pulp_ansible_client-0.15.0 vs docs/ApiRolesApi.md in pulp_ansible_client-0.15.1
- old
+ new
@@ -25,12 +25,12 @@
api_instance = PulpAnsibleClient::ApiRolesApi.new
ansible_role_href = 'ansible_role_href_example' # String |
opts = {
limit: 56, # Integer | Number of results to return per page.
offset: 56, # Integer | The initial index from which to return the results.
- 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
result = api_instance.get(ansible_role_href, opts)
p result
@@ -45,11 +45,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ansible_role_href** | **String**| |
**limit** | **Integer**| Number of results to return per page. | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [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
[**PaginatedGalaxyRoleResponseList**](PaginatedGalaxyRoleResponseList.md)