docs/RepositoriesFileApi.md in pulp_file_client-3.62.0 vs docs/RepositoriesFileApi.md in pulp_file_client-3.63.0
- old
+ new
@@ -202,11 +202,11 @@
config.password = 'YOUR PASSWORD'
end
api_instance = PulpFileClient::RepositoriesFileApi.new
opts = {
- latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
+ latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
limit: 56, # Integer | Number of results to return per page.
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__iexact: 'name__iexact_example', # String | Filter results where name matches value
@@ -215,10 +215,11 @@
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
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_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
remote: 'remote_example', # String | Foreign Key referenced by HREF
@@ -228,11 +229,11 @@
retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
- with_content: 'with_content_example', # String | Content Unit referenced by HREF
+ with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
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
@@ -247,11 +248,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
+ **latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
**limit** | **Integer**| Number of results to return per page. | [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__iexact** | **String**| Filter results where name matches value | [optional]
@@ -260,10 +261,11 @@
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
**name__regex** | **String**| Filter results where name matches regex value | [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 * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
+ **prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
**pulp_label_select** | **String**| Filter labels by search string | [optional]
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
@@ -273,10 +275,10 @@
**retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
**retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
- **with_content** | **String**| Content Unit referenced by HREF | [optional]
+ **with_content** | **String**| Content Unit referenced by HREF/PRN | [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