pulp_deb_client 2.20.0 → 2.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/ContentGenericContentsApi.md +8 -8
- data/docs/ContentInstallerFileIndicesApi.md +8 -8
- data/docs/ContentInstallerPackagesApi.md +8 -8
- data/docs/ContentPackageIndicesApi.md +8 -8
- data/docs/ContentPackageReleaseComponentsApi.md +10 -10
- data/docs/ContentPackagesApi.md +8 -8
- data/docs/ContentReleaseArchitecturesApi.md +9 -9
- data/docs/ContentReleaseComponentsApi.md +9 -9
- data/docs/ContentReleaseFilesApi.md +8 -8
- data/docs/ContentReleasesApi.md +8 -8
- data/docs/DebAptDistribution.md +1 -1
- data/docs/DebAptDistributionResponse.md +1 -1
- data/docs/DebAptRemote.md +1 -1
- data/docs/DebAptRemoteResponse.md +3 -1
- data/docs/DebAptRemoteResponseHiddenFields.md +19 -0
- data/docs/DebAptRepository.md +2 -2
- data/docs/DebAptRepositoryResponse.md +2 -2
- data/docs/DebInstallerFileIndex.md +0 -2
- data/docs/DebInstallerFileIndexResponse.md +0 -2
- data/docs/DebPackageIndex.md +0 -2
- data/docs/DebPackageIndexResponse.md +0 -2
- data/docs/DistributionsAptApi.md +16 -12
- data/docs/PatcheddebAptDistribution.md +1 -1
- data/docs/PatcheddebAptRemote.md +1 -1
- data/docs/PatcheddebAptRepository.md +2 -2
- data/docs/PublicationsAptApi.md +10 -10
- data/docs/PublicationsVerbatimApi.md +10 -10
- data/docs/RemotesAptApi.md +12 -12
- data/docs/RepositoriesAptApi.md +27 -11
- data/docs/RepositoriesAptVersionsApi.md +12 -12
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_packages_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_release_components_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_release_files_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_releases_api.rb +13 -13
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +23 -17
- data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +17 -17
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +39 -15
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +17 -17
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -2
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +4 -2
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +4 -2
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +17 -3
- data/lib/pulp_deb_client/models/deb_apt_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +5 -3
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +5 -3
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -16
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +1 -16
- data/lib/pulp_deb_client/models/deb_package_index.rb +1 -16
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +1 -16
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +4 -2
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +4 -2
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +5 -3
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +2 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +1 -0
- data/spec/api/content_generic_contents_api_spec.rb +4 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +4 -4
- data/spec/api/content_installer_packages_api_spec.rb +4 -4
- data/spec/api/content_package_indices_api_spec.rb +4 -4
- data/spec/api/content_package_release_components_api_spec.rb +4 -4
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/content_release_architectures_api_spec.rb +4 -4
- data/spec/api/content_release_components_api_spec.rb +4 -4
- data/spec/api/content_release_files_api_spec.rb +4 -4
- data/spec/api/content_releases_api_spec.rb +4 -4
- data/spec/api/distributions_apt_api_spec.rb +8 -6
- data/spec/api/publications_apt_api_spec.rb +5 -5
- data/spec/api/publications_verbatim_api_spec.rb +5 -5
- data/spec/api/remotes_apt_api_spec.rb +6 -6
- data/spec/api/repositories_apt_api_spec.rb +13 -5
- data/spec/api/repositories_apt_versions_api_spec.rb +6 -6
- data/spec/models/deb_apt_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +0 -6
- data/spec/models/deb_installer_file_index_spec.rb +0 -6
- data/spec/models/deb_package_index_response_spec.rb +0 -6
- data/spec/models/deb_package_index_spec.rb +0 -6
- metadata +59 -55
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
|
8
|
-
**release** | **String** | Release this index file belongs to. |
|
|
9
8
|
**component** | **String** | Component of the component - architecture combination. |
|
|
10
9
|
**architecture** | **String** | Architecture of the component - architecture combination. |
|
|
11
10
|
**relative_path** | **String** | Path of directory containing MD5SUMS and SHA256SUMS relative to url. | [optional]
|
|
@@ -16,7 +15,6 @@ Name | Type | Description | Notes
|
|
|
16
15
|
require 'PulpDebClient'
|
|
17
16
|
|
|
18
17
|
instance = PulpDebClient::DebInstallerFileIndex.new(artifacts: null,
|
|
19
|
-
release: null,
|
|
20
18
|
component: null,
|
|
21
19
|
architecture: null,
|
|
22
20
|
relative_path: null)
|
|
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
9
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
|
10
|
-
**release** | **String** | Release this index file belongs to. |
|
|
11
10
|
**component** | **String** | Component of the component - architecture combination. |
|
|
12
11
|
**architecture** | **String** | Architecture of the component - architecture combination. |
|
|
13
12
|
**relative_path** | **String** | Path of directory containing MD5SUMS and SHA256SUMS relative to url. | [optional]
|
|
@@ -20,7 +19,6 @@ require 'PulpDebClient'
|
|
|
20
19
|
instance = PulpDebClient::DebInstallerFileIndexResponse.new(pulp_href: null,
|
|
21
20
|
pulp_created: null,
|
|
22
21
|
artifacts: null,
|
|
23
|
-
release: null,
|
|
24
22
|
component: null,
|
|
25
23
|
architecture: null,
|
|
26
24
|
relative_path: null)
|
data/docs/DebPackageIndex.md
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
|
8
|
-
**release** | **String** | Release this index file belongs to. |
|
|
9
8
|
**component** | **String** | Component of the component - architecture combination. | [optional]
|
|
10
9
|
**architecture** | **String** | Architecture of the component - architecture combination. | [optional]
|
|
11
10
|
**relative_path** | **String** | Path of file relative to url. | [optional]
|
|
@@ -16,7 +15,6 @@ Name | Type | Description | Notes
|
|
|
16
15
|
require 'PulpDebClient'
|
|
17
16
|
|
|
18
17
|
instance = PulpDebClient::DebPackageIndex.new(artifacts: null,
|
|
19
|
-
release: null,
|
|
20
18
|
component: null,
|
|
21
19
|
architecture: null,
|
|
22
20
|
relative_path: null)
|
|
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
9
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
|
10
|
-
**release** | **String** | Release this index file belongs to. |
|
|
11
10
|
**component** | **String** | Component of the component - architecture combination. | [optional]
|
|
12
11
|
**architecture** | **String** | Architecture of the component - architecture combination. | [optional]
|
|
13
12
|
**relative_path** | **String** | Path of file relative to url. | [optional]
|
|
@@ -20,7 +19,6 @@ require 'PulpDebClient'
|
|
|
20
19
|
instance = PulpDebClient::DebPackageIndexResponse.new(pulp_href: null,
|
|
21
20
|
pulp_created: null,
|
|
22
21
|
artifacts: null,
|
|
23
|
-
release: null,
|
|
24
22
|
component: null,
|
|
25
23
|
architecture: null,
|
|
26
24
|
relative_path: null)
|
data/docs/DistributionsAptApi.md
CHANGED
|
@@ -141,12 +141,12 @@ end
|
|
|
141
141
|
|
|
142
142
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
|
143
143
|
opts = {
|
|
144
|
-
base_path: 'base_path_example', # String |
|
|
144
|
+
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
|
145
145
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
|
146
146
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
|
147
147
|
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
|
149
|
-
name: 'name_example', # String |
|
|
149
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
150
150
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
151
151
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
152
152
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -154,9 +154,11 @@ opts = {
|
|
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
155
155
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
156
156
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
157
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
|
158
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
157
159
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
158
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
159
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
160
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
161
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
160
162
|
}
|
|
161
163
|
|
|
162
164
|
begin
|
|
@@ -173,12 +175,12 @@ end
|
|
|
173
175
|
|
|
174
176
|
Name | Type | Description | Notes
|
|
175
177
|
------------- | ------------- | ------------- | -------------
|
|
176
|
-
**base_path** | **String**|
|
|
178
|
+
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
|
177
179
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
|
178
180
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
|
179
181
|
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
|
180
182
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
181
|
-
**name** | **String**|
|
|
183
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
182
184
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
183
185
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
184
186
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -186,9 +188,11 @@ Name | Type | Description | Notes
|
|
|
186
188
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
187
189
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
188
190
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
191
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
|
192
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
189
193
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
|
190
|
-
**fields** | **String
|
|
191
|
-
**exclude_fields** | **String
|
|
194
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
195
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
192
196
|
|
|
193
197
|
### Return type
|
|
194
198
|
|
|
@@ -282,8 +286,8 @@ end
|
|
|
282
286
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
|
283
287
|
deb_apt_distribution_href = 'deb_apt_distribution_href_example' # String |
|
|
284
288
|
opts = {
|
|
285
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
286
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
289
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
290
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
287
291
|
}
|
|
288
292
|
|
|
289
293
|
begin
|
|
@@ -301,8 +305,8 @@ end
|
|
|
301
305
|
Name | Type | Description | Notes
|
|
302
306
|
------------- | ------------- | ------------- | -------------
|
|
303
307
|
**deb_apt_distribution_href** | **String**| |
|
|
304
|
-
**fields** | **String
|
|
305
|
-
**exclude_fields** | **String
|
|
308
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
309
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
306
310
|
|
|
307
311
|
### Return type
|
|
308
312
|
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
9
|
-
**pulp_labels** |
|
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
12
|
**publication** | **String** | Publication to be served | [optional]
|
data/docs/PatcheddebAptRemote.md
CHANGED
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**pulp_labels** |
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
21
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_labels** |
|
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions.
|
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
11
11
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
data/docs/PublicationsAptApi.md
CHANGED
|
@@ -143,7 +143,7 @@ opts = {
|
|
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
|
144
144
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
145
145
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
146
|
-
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
146
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
|
147
147
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
|
148
148
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
|
149
149
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
|
@@ -151,8 +151,8 @@ opts = {
|
|
|
151
151
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
|
152
152
|
repository: 'repository_example', # String | Repository referenced by HREF
|
|
153
153
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
154
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
155
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
154
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
155
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
begin
|
|
@@ -174,7 +174,7 @@ Name | Type | Description | Notes
|
|
|
174
174
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
175
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
176
176
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
177
|
-
**pulp_created** | **DateTime**|
|
|
177
|
+
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
|
178
178
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
|
179
179
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
180
180
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
|
@@ -182,8 +182,8 @@ Name | Type | Description | Notes
|
|
|
182
182
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
183
183
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
|
184
184
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
|
185
|
-
**fields** | **String
|
|
186
|
-
**exclude_fields** | **String
|
|
185
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
186
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
189
189
|
|
|
@@ -222,8 +222,8 @@ end
|
|
|
222
222
|
api_instance = PulpDebClient::PublicationsAptApi.new
|
|
223
223
|
deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
|
|
224
224
|
opts = {
|
|
225
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
226
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
225
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
226
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
begin
|
|
@@ -241,8 +241,8 @@ end
|
|
|
241
241
|
Name | Type | Description | Notes
|
|
242
242
|
------------- | ------------- | ------------- | -------------
|
|
243
243
|
**deb_apt_publication_href** | **String**| |
|
|
244
|
-
**fields** | **String
|
|
245
|
-
**exclude_fields** | **String
|
|
244
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
245
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
246
246
|
|
|
247
247
|
### Return type
|
|
248
248
|
|
|
@@ -143,7 +143,7 @@ opts = {
|
|
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
|
144
144
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
145
145
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
146
|
-
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
146
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
|
147
147
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
|
148
148
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
|
149
149
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
|
@@ -151,8 +151,8 @@ opts = {
|
|
|
151
151
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
|
152
152
|
repository: 'repository_example', # String | Repository referenced by HREF
|
|
153
153
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
154
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
155
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
154
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
155
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
begin
|
|
@@ -174,7 +174,7 @@ Name | Type | Description | Notes
|
|
|
174
174
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
175
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
176
176
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
177
|
-
**pulp_created** | **DateTime**|
|
|
177
|
+
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
|
178
178
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
|
179
179
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
180
180
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
|
@@ -182,8 +182,8 @@ Name | Type | Description | Notes
|
|
|
182
182
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
183
183
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
|
184
184
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
|
185
|
-
**fields** | **String
|
|
186
|
-
**exclude_fields** | **String
|
|
185
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
186
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
189
189
|
|
|
@@ -222,8 +222,8 @@ end
|
|
|
222
222
|
api_instance = PulpDebClient::PublicationsVerbatimApi.new
|
|
223
223
|
deb_verbatim_publication_href = 'deb_verbatim_publication_href_example' # String |
|
|
224
224
|
opts = {
|
|
225
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
226
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
225
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
226
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
begin
|
|
@@ -241,8 +241,8 @@ end
|
|
|
241
241
|
Name | Type | Description | Notes
|
|
242
242
|
------------- | ------------- | ------------- | -------------
|
|
243
243
|
**deb_verbatim_publication_href** | **String**| |
|
|
244
|
-
**fields** | **String
|
|
245
|
-
**exclude_fields** | **String
|
|
244
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
245
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
246
246
|
|
|
247
247
|
### Return type
|
|
248
248
|
|
data/docs/RemotesAptApi.md
CHANGED
|
@@ -142,7 +142,7 @@ end
|
|
|
142
142
|
api_instance = PulpDebClient::RemotesAptApi.new
|
|
143
143
|
opts = {
|
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
|
-
name: 'name_example', # String |
|
|
145
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
146
146
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
147
147
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -150,14 +150,14 @@ opts = {
|
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
151
151
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
152
152
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
153
|
-
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
|
154
154
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
|
155
155
|
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
|
156
156
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
|
157
157
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
|
158
158
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
|
159
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
160
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
159
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
160
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
begin
|
|
@@ -175,7 +175,7 @@ end
|
|
|
175
175
|
Name | Type | Description | Notes
|
|
176
176
|
------------- | ------------- | ------------- | -------------
|
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
178
|
-
**name** | **String**|
|
|
178
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
179
179
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
180
180
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
181
181
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -183,14 +183,14 @@ Name | Type | Description | Notes
|
|
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
184
184
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
185
185
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
186
|
-
**pulp_last_updated** | **DateTime**|
|
|
186
|
+
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
|
187
187
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
|
188
188
|
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
|
189
189
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
|
190
190
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
|
191
191
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
|
192
|
-
**fields** | **String
|
|
193
|
-
**exclude_fields** | **String
|
|
192
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
193
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
194
194
|
|
|
195
195
|
### Return type
|
|
196
196
|
|
|
@@ -284,8 +284,8 @@ end
|
|
|
284
284
|
api_instance = PulpDebClient::RemotesAptApi.new
|
|
285
285
|
deb_apt_remote_href = 'deb_apt_remote_href_example' # String |
|
|
286
286
|
opts = {
|
|
287
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
288
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
287
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
288
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
begin
|
|
@@ -303,8 +303,8 @@ end
|
|
|
303
303
|
Name | Type | Description | Notes
|
|
304
304
|
------------- | ------------- | ------------- | -------------
|
|
305
305
|
**deb_apt_remote_href** | **String**| |
|
|
306
|
-
**fields** | **String
|
|
307
|
-
**exclude_fields** | **String
|
|
306
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
307
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
308
308
|
|
|
309
309
|
### Return type
|
|
310
310
|
|
data/docs/RepositoriesAptApi.md
CHANGED
|
@@ -144,7 +144,7 @@ end
|
|
|
144
144
|
api_instance = PulpDebClient::RepositoriesAptApi.new
|
|
145
145
|
opts = {
|
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
|
147
|
-
name: 'name_example', # String |
|
|
147
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
148
148
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
149
149
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
150
150
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -153,8 +153,16 @@ opts = {
|
|
|
153
153
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
154
154
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
155
155
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
157
|
+
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
158
|
+
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
159
|
+
retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
|
|
160
|
+
retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
|
|
161
|
+
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
|
162
|
+
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
|
163
|
+
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
|
164
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
165
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
158
166
|
}
|
|
159
167
|
|
|
160
168
|
begin
|
|
@@ -172,7 +180,7 @@ end
|
|
|
172
180
|
Name | Type | Description | Notes
|
|
173
181
|
------------- | ------------- | ------------- | -------------
|
|
174
182
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
175
|
-
**name** | **String**|
|
|
183
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
176
184
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
177
185
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
178
186
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -180,9 +188,17 @@ Name | Type | Description | Notes
|
|
|
180
188
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
181
189
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
182
190
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
183
|
-
**remote** |
|
|
184
|
-
**
|
|
185
|
-
**
|
|
191
|
+
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
|
192
|
+
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
|
193
|
+
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
|
194
|
+
**retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
|
|
195
|
+
**retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
|
|
196
|
+
**retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
|
|
197
|
+
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
|
198
|
+
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
|
199
|
+
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
|
200
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
201
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
186
202
|
|
|
187
203
|
### Return type
|
|
188
204
|
|
|
@@ -331,8 +347,8 @@ end
|
|
|
331
347
|
api_instance = PulpDebClient::RepositoriesAptApi.new
|
|
332
348
|
deb_apt_repository_href = 'deb_apt_repository_href_example' # String |
|
|
333
349
|
opts = {
|
|
334
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
335
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
350
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
351
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
336
352
|
}
|
|
337
353
|
|
|
338
354
|
begin
|
|
@@ -350,8 +366,8 @@ end
|
|
|
350
366
|
Name | Type | Description | Notes
|
|
351
367
|
------------- | ------------- | ------------- | -------------
|
|
352
368
|
**deb_apt_repository_href** | **String**| |
|
|
353
|
-
**fields** | **String
|
|
354
|
-
**exclude_fields** | **String
|
|
369
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
370
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
355
371
|
|
|
356
372
|
### Return type
|
|
357
373
|
|
|
@@ -90,7 +90,7 @@ opts = {
|
|
|
90
90
|
content: 'content_example', # String | Content Unit referenced by HREF
|
|
91
91
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
|
93
|
-
number: 56, # Integer |
|
|
93
|
+
number: 56, # Integer | Filter results where number matches value
|
|
94
94
|
number__gt: 56, # Integer | Filter results where number is greater than value
|
|
95
95
|
number__gte: 56, # Integer | Filter results where number is greater than or equal to value
|
|
96
96
|
number__lt: 56, # Integer | Filter results where number is less than value
|
|
@@ -98,14 +98,14 @@ opts = {
|
|
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
100
100
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
|
-
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
101
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
|
102
102
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
|
103
103
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
|
104
104
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
|
105
105
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
|
106
106
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
|
107
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
108
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
107
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
108
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
begin
|
|
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
|
|
|
126
126
|
**content** | **String**| Content Unit referenced by HREF | [optional]
|
|
127
127
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
|
128
128
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
129
|
-
**number** | **Integer**|
|
|
129
|
+
**number** | **Integer**| Filter results where number matches value | [optional]
|
|
130
130
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
|
131
131
|
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
|
|
132
132
|
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
|
|
@@ -134,14 +134,14 @@ Name | Type | Description | Notes
|
|
|
134
134
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
|
135
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
136
136
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
137
|
-
**pulp_created** | **DateTime**|
|
|
137
|
+
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
|
138
138
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
|
139
139
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
140
140
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
|
141
141
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
142
142
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
143
|
-
**fields** | **String
|
|
144
|
-
**exclude_fields** | **String
|
|
143
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
144
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
145
145
|
|
|
146
146
|
### Return type
|
|
147
147
|
|
|
@@ -180,8 +180,8 @@ end
|
|
|
180
180
|
api_instance = PulpDebClient::RepositoriesAptVersionsApi.new
|
|
181
181
|
deb_apt_repository_version_href = 'deb_apt_repository_version_href_example' # String |
|
|
182
182
|
opts = {
|
|
183
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
184
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
183
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
184
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
begin
|
|
@@ -199,8 +199,8 @@ end
|
|
|
199
199
|
Name | Type | Description | Notes
|
|
200
200
|
------------- | ------------- | ------------- | -------------
|
|
201
201
|
**deb_apt_repository_version_href** | **String**| |
|
|
202
|
-
**fields** | **String
|
|
203
|
-
**exclude_fields** | **String
|
|
202
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
203
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
204
204
|
|
|
205
205
|
### Return type
|
|
206
206
|
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**add_content_units** |
|
|
8
|
-
**remove_content_units** |
|
|
7
|
+
**add_content_units** | **Array<String>** | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
|
|
8
|
+
**remove_content_units** | **Array<String>** | A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
|
|
9
9
|
**base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional]
|
|
10
10
|
|
|
11
11
|
## Code Sample
|