docs/RepositoriesFileApi.md in pulp_file_client-1.11.2 vs docs/RepositoriesFileApi.md in pulp_file_client-1.11.3
- old
+ new
@@ -200,21 +200,21 @@
end
api_instance = PulpFileClient::RepositoriesFileApi.new
opts = {
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
remote: 'remote_example', # String | Foreign Key referenced by HREF
- 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 repositorys
result = api_instance.list(opts)
@@ -228,21 +228,21 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**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]
- **remote** | [**String**](.md)| Foreign Key referenced by HREF | [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]
+ **remote** | **String**| Foreign Key referenced by HREF | [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
[**PaginatedfileFileRepositoryResponseList**](PaginatedfileFileRepositoryResponseList.md)
@@ -277,12 +277,12 @@
end
api_instance = PulpFileClient::RepositoriesFileApi.new
file_file_repository_href = 'file_file_repository_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
result = api_instance.list_roles(file_file_repository_href, opts)
p result
@@ -295,12 +295,12 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**file_file_repository_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
[**ObjectRolesResponse**](ObjectRolesResponse.md)
@@ -390,12 +390,12 @@
end
api_instance = PulpFileClient::RepositoriesFileApi.new
file_file_repository_href = 'file_file_repository_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
result = api_instance.my_permissions(file_file_repository_href, opts)
p result
@@ -408,12 +408,12 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**file_file_repository_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
[**MyPermissionsResponse**](MyPermissionsResponse.md)
@@ -503,12 +503,12 @@
end
api_instance = PulpFileClient::RepositoriesFileApi.new
file_file_repository_href = 'file_file_repository_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 repository
result = api_instance.read(file_file_repository_href, opts)
@@ -522,11 +522,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**file_file_repository_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
[**FileFileRepositoryResponse**](FileFileRepositoryResponse.md)