docs/ContentFilesApi.md in pulp_file_client-1.11.2 vs docs/ContentFilesApi.md in pulp_file_client-1.11.3
- old
+ new
@@ -101,12 +101,12 @@
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
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
sha256: 'sha256_example', # String |
- 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 file contents
result = api_instance.list(opts)
@@ -127,12 +127,12 @@
**relative_path** | **String**| Filter results where relative_path matches value | [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]
**sha256** | **String**| | [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
[**PaginatedfileFileContentResponseList**](PaginatedfileFileContentResponseList.md)
@@ -167,12 +167,12 @@
end
api_instance = PulpFileClient::ContentFilesApi.new
file_file_content_href = 'file_file_content_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 file content
result = api_instance.read(file_file_content_href, opts)
@@ -186,11 +186,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**file_file_content_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
[**FileFileContentResponse**](FileFileContentResponse.md)