pulpcore_client 3.21.4 → 3.21.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. data/docs/AccessPoliciesApi.md +8 -8
  4. data/docs/ArtifactsApi.md +8 -8
  5. data/docs/ContentApi.md +4 -4
  6. data/docs/ContentguardsApi.md +4 -4
  7. data/docs/ContentguardsContentRedirectApi.md +16 -16
  8. data/docs/ContentguardsRbacApi.md +16 -16
  9. data/docs/DistributionsApi.md +4 -4
  10. data/docs/ExportersFilesystemApi.md +8 -8
  11. data/docs/ExportersFilesystemExportsApi.md +8 -8
  12. data/docs/ExportersPulpApi.md +8 -8
  13. data/docs/ExportersPulpExportsApi.md +8 -8
  14. data/docs/FilesystemExport.md +3 -1
  15. data/docs/GroupsApi.md +16 -16
  16. data/docs/GroupsRolesApi.md +8 -8
  17. data/docs/GroupsUsersApi.md +4 -4
  18. data/docs/ImportersPulpApi.md +8 -8
  19. data/docs/ImportersPulpImportsApi.md +8 -8
  20. data/docs/PublicationsApi.md +4 -4
  21. data/docs/RemotesApi.md +4 -4
  22. data/docs/RepositoriesApi.md +4 -4
  23. data/docs/RepositoryVersionsApi.md +4 -4
  24. data/docs/RolesApi.md +8 -8
  25. data/docs/SigningServicesApi.md +8 -8
  26. data/docs/TaskGroupsApi.md +8 -8
  27. data/docs/TaskSchedulesApi.md +16 -16
  28. data/docs/TasksApi.md +16 -16
  29. data/docs/UploadsApi.md +16 -16
  30. data/docs/UsersApi.md +8 -8
  31. data/docs/UsersRolesApi.md +8 -8
  32. data/docs/WorkersApi.md +8 -8
  33. data/lib/pulpcore_client/api/access_policies_api.rb +12 -12
  34. data/lib/pulpcore_client/api/artifacts_api.rb +12 -12
  35. data/lib/pulpcore_client/api/content_api.rb +6 -6
  36. data/lib/pulpcore_client/api/contentguards_api.rb +6 -6
  37. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +24 -24
  38. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +24 -24
  39. data/lib/pulpcore_client/api/distributions_api.rb +6 -6
  40. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +12 -12
  41. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -12
  42. data/lib/pulpcore_client/api/exporters_pulp_api.rb +12 -12
  43. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -12
  44. data/lib/pulpcore_client/api/groups_api.rb +24 -24
  45. data/lib/pulpcore_client/api/groups_roles_api.rb +12 -12
  46. data/lib/pulpcore_client/api/groups_users_api.rb +6 -6
  47. data/lib/pulpcore_client/api/importers_pulp_api.rb +12 -12
  48. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -12
  49. data/lib/pulpcore_client/api/publications_api.rb +6 -6
  50. data/lib/pulpcore_client/api/remotes_api.rb +6 -6
  51. data/lib/pulpcore_client/api/repositories_api.rb +6 -6
  52. data/lib/pulpcore_client/api/repository_versions_api.rb +6 -6
  53. data/lib/pulpcore_client/api/roles_api.rb +12 -12
  54. data/lib/pulpcore_client/api/signing_services_api.rb +12 -12
  55. data/lib/pulpcore_client/api/task_groups_api.rb +12 -12
  56. data/lib/pulpcore_client/api/task_schedules_api.rb +24 -24
  57. data/lib/pulpcore_client/api/tasks_api.rb +24 -24
  58. data/lib/pulpcore_client/api/uploads_api.rb +24 -24
  59. data/lib/pulpcore_client/api/users_api.rb +12 -12
  60. data/lib/pulpcore_client/api/users_roles_api.rb +12 -12
  61. data/lib/pulpcore_client/api/workers_api.rb +12 -12
  62. data/lib/pulpcore_client/models/filesystem_export.rb +14 -4
  63. data/lib/pulpcore_client/version.rb +1 -1
  64. data/spec/api/access_policies_api_spec.rb +4 -4
  65. data/spec/api/artifacts_api_spec.rb +4 -4
  66. data/spec/api/content_api_spec.rb +2 -2
  67. data/spec/api/contentguards_api_spec.rb +2 -2
  68. data/spec/api/contentguards_content_redirect_api_spec.rb +8 -8
  69. data/spec/api/contentguards_rbac_api_spec.rb +8 -8
  70. data/spec/api/distributions_api_spec.rb +2 -2
  71. data/spec/api/exporters_filesystem_api_spec.rb +4 -4
  72. data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -4
  73. data/spec/api/exporters_pulp_api_spec.rb +4 -4
  74. data/spec/api/exporters_pulp_exports_api_spec.rb +4 -4
  75. data/spec/api/groups_api_spec.rb +8 -8
  76. data/spec/api/groups_roles_api_spec.rb +4 -4
  77. data/spec/api/groups_users_api_spec.rb +2 -2
  78. data/spec/api/importers_pulp_api_spec.rb +4 -4
  79. data/spec/api/importers_pulp_imports_api_spec.rb +4 -4
  80. data/spec/api/publications_api_spec.rb +2 -2
  81. data/spec/api/remotes_api_spec.rb +2 -2
  82. data/spec/api/repositories_api_spec.rb +2 -2
  83. data/spec/api/repository_versions_api_spec.rb +2 -2
  84. data/spec/api/roles_api_spec.rb +4 -4
  85. data/spec/api/signing_services_api_spec.rb +4 -4
  86. data/spec/api/task_groups_api_spec.rb +4 -4
  87. data/spec/api/task_schedules_api_spec.rb +8 -8
  88. data/spec/api/tasks_api_spec.rb +8 -8
  89. data/spec/api/uploads_api_spec.rb +8 -8
  90. data/spec/api/users_api_spec.rb +4 -4
  91. data/spec/api/users_roles_api_spec.rb +4 -4
  92. data/spec/api/workers_api_spec.rb +4 -4
  93. data/spec/models/filesystem_export_spec.rb +6 -0
  94. metadata +129 -129
data/docs/GroupsApi.md CHANGED
@@ -208,8 +208,8 @@ opts = {
208
208
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
209
209
  offset: 56, # Integer | The initial index from which to return the results.
210
210
  ordering: ['ordering_example'], # Array<String> | Ordering
211
- fields: 'fields_example', # String | A list of fields to include in the response.
212
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
211
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
212
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
213
213
  }
214
214
 
215
215
  begin
@@ -236,8 +236,8 @@ Name | Type | Description | Notes
236
236
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
237
237
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
238
238
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
239
- **fields** | **String**| A list of fields to include in the response. | [optional]
240
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
239
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
240
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
241
241
 
242
242
  ### Return type
243
243
 
@@ -276,8 +276,8 @@ end
276
276
  api_instance = PulpcoreClient::GroupsApi.new
277
277
  group_href = 'group_href_example' # String |
278
278
  opts = {
279
- fields: 'fields_example', # String | A list of fields to include in the response.
280
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
279
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
280
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
281
281
  }
282
282
 
283
283
  begin
@@ -294,8 +294,8 @@ end
294
294
  Name | Type | Description | Notes
295
295
  ------------- | ------------- | ------------- | -------------
296
296
  **group_href** | **String**| |
297
- **fields** | **String**| A list of fields to include in the response. | [optional]
298
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
297
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
298
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
299
299
 
300
300
  ### Return type
301
301
 
@@ -334,8 +334,8 @@ end
334
334
  api_instance = PulpcoreClient::GroupsApi.new
335
335
  group_href = 'group_href_example' # String |
336
336
  opts = {
337
- fields: 'fields_example', # String | A list of fields to include in the response.
338
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
337
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
338
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
339
339
  }
340
340
 
341
341
  begin
@@ -352,8 +352,8 @@ end
352
352
  Name | Type | Description | Notes
353
353
  ------------- | ------------- | ------------- | -------------
354
354
  **group_href** | **String**| |
355
- **fields** | **String**| A list of fields to include in the response. | [optional]
356
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
355
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
356
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
357
357
 
358
358
  ### Return type
359
359
 
@@ -447,8 +447,8 @@ end
447
447
  api_instance = PulpcoreClient::GroupsApi.new
448
448
  group_href = 'group_href_example' # String |
449
449
  opts = {
450
- fields: 'fields_example', # String | A list of fields to include in the response.
451
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
450
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
451
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
452
452
  }
453
453
 
454
454
  begin
@@ -466,8 +466,8 @@ end
466
466
  Name | Type | Description | Notes
467
467
  ------------- | ------------- | ------------- | -------------
468
468
  **group_href** | **String**| |
469
- **fields** | **String**| A list of fields to include in the response. | [optional]
470
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
469
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
470
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
471
471
 
472
472
  ### Return type
473
473
 
@@ -150,8 +150,8 @@ opts = {
150
150
  role__icontains: 'role__icontains_example', # String |
151
151
  role__in: ['role__in_example'], # Array<String> | Multiple values may be separated by commas.
152
152
  role__startswith: 'role__startswith_example', # String |
153
- fields: 'fields_example', # String | A list of fields to include in the response.
154
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
153
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
154
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
155
155
  }
156
156
 
157
157
  begin
@@ -178,8 +178,8 @@ Name | Type | Description | Notes
178
178
  **role__icontains** | **String**| | [optional]
179
179
  **role__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
180
180
  **role__startswith** | **String**| | [optional]
181
- **fields** | **String**| A list of fields to include in the response. | [optional]
182
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
183
 
184
184
  ### Return type
185
185
 
@@ -218,8 +218,8 @@ end
218
218
  api_instance = PulpcoreClient::GroupsRolesApi.new
219
219
  groups_group_role_href = 'groups_group_role_href_example' # String |
220
220
  opts = {
221
- fields: 'fields_example', # String | A list of fields to include in the response.
222
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
221
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
222
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
223
223
  }
224
224
 
225
225
  begin
@@ -237,8 +237,8 @@ end
237
237
  Name | Type | Description | Notes
238
238
  ------------- | ------------- | ------------- | -------------
239
239
  **groups_group_role_href** | **String**| |
240
- **fields** | **String**| A list of fields to include in the response. | [optional]
241
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
240
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
241
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
242
242
 
243
243
  ### Return type
244
244
 
@@ -142,8 +142,8 @@ group_href = 'group_href_example' # String |
142
142
  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
- fields: 'fields_example', # String | A list of fields to include in the response.
146
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
145
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
146
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
147
147
  }
148
148
 
149
149
  begin
@@ -163,8 +163,8 @@ Name | Type | Description | Notes
163
163
  **group_href** | **String**| |
164
164
  **limit** | **Integer**| Number of results to return per page. | [optional]
165
165
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
166
- **fields** | **String**| A list of fields to include in the response. | [optional]
167
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
166
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
167
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
168
168
 
169
169
  ### Return type
170
170
 
@@ -148,8 +148,8 @@ opts = {
148
148
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
149
149
  offset: 56, # Integer | The initial index from which to return the results.
150
150
  ordering: ['ordering_example'], # Array<String> | Ordering
151
- fields: 'fields_example', # String | A list of fields to include in the response.
152
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
151
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
152
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
153
153
  }
154
154
 
155
155
  begin
@@ -174,8 +174,8 @@ Name | Type | Description | Notes
174
174
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
175
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
176
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
177
- **fields** | **String**| A list of fields to include in the response. | [optional]
178
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
177
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
178
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
179
179
 
180
180
  ### Return type
181
181
 
@@ -269,8 +269,8 @@ end
269
269
  api_instance = PulpcoreClient::ImportersPulpApi.new
270
270
  pulp_importer_href = 'pulp_importer_href_example' # String |
271
271
  opts = {
272
- fields: 'fields_example', # String | A list of fields to include in the response.
273
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
272
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
273
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
274
274
  }
275
275
 
276
276
  begin
@@ -288,8 +288,8 @@ end
288
288
  Name | Type | Description | Notes
289
289
  ------------- | ------------- | ------------- | -------------
290
290
  **pulp_importer_href** | **String**| |
291
- **fields** | **String**| A list of fields to include in the response. | [optional]
292
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
291
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
292
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
293
293
 
294
294
  ### Return type
295
295
 
@@ -143,8 +143,8 @@ pulp_importer_href = 'pulp_importer_href_example' # String |
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
145
  offset: 56, # Integer | The initial index from which to return the results.
146
- fields: 'fields_example', # String | A list of fields to include in the response.
147
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
146
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
147
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
148
148
  }
149
149
 
150
150
  begin
@@ -164,8 +164,8 @@ Name | Type | Description | Notes
164
164
  **pulp_importer_href** | **String**| |
165
165
  **limit** | **Integer**| Number of results to return per page. | [optional]
166
166
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
167
- **fields** | **String**| A list of fields to include in the response. | [optional]
168
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
167
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
168
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
169
169
 
170
170
  ### Return type
171
171
 
@@ -204,8 +204,8 @@ end
204
204
  api_instance = PulpcoreClient::ImportersPulpImportsApi.new
205
205
  pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
206
206
  opts = {
207
- fields: 'fields_example', # String | A list of fields to include in the response.
208
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
207
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
208
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
209
209
  }
210
210
 
211
211
  begin
@@ -223,8 +223,8 @@ end
223
223
  Name | Type | Description | Notes
224
224
  ------------- | ------------- | ------------- | -------------
225
225
  **pulp_pulp_import_href** | **String**| |
226
- **fields** | **String**| A list of fields to include in the response. | [optional]
227
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
226
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
227
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
228
228
 
229
229
  ### Return type
230
230
 
@@ -43,8 +43,8 @@ opts = {
43
43
  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
44
44
  repository: 'repository_example', # String | Repository referenced by HREF
45
45
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
46
- fields: 'fields_example', # String | A list of fields to include in the response.
47
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
46
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
47
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
48
48
  }
49
49
 
50
50
  begin
@@ -74,8 +74,8 @@ Name | Type | Description | Notes
74
74
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
75
75
  **repository** | **String**| Repository referenced by HREF | [optional]
76
76
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
77
- **fields** | **String**| A list of fields to include in the response. | [optional]
78
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
77
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
78
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
79
79
 
80
80
  ### Return type
81
81
 
data/docs/RemotesApi.md CHANGED
@@ -45,8 +45,8 @@ opts = {
45
45
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
46
46
  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
47
47
  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
48
- fields: 'fields_example', # String | A list of fields to include in the response.
49
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
48
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
49
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
50
50
  }
51
51
 
52
52
  begin
@@ -78,8 +78,8 @@ Name | Type | Description | Notes
78
78
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
79
79
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
80
80
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
81
- **fields** | **String**| A list of fields to include in the response. | [optional]
82
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
81
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
82
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
83
83
 
84
84
  ### Return type
85
85
 
@@ -40,8 +40,8 @@ opts = {
40
40
  ordering: ['ordering_example'], # Array<String> | Ordering
41
41
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
42
42
  remote: 'remote_example', # String | Foreign Key referenced by HREF
43
- fields: 'fields_example', # String | A list of fields to include in the response.
44
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
43
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
44
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
45
45
  }
46
46
 
47
47
  begin
@@ -68,8 +68,8 @@ Name | Type | Description | Notes
68
68
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
69
69
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
70
70
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
71
- **fields** | **String**| A list of fields to include in the response. | [optional]
72
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
71
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
72
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
73
73
 
74
74
  ### Return type
75
75
 
@@ -45,8 +45,8 @@ opts = {
45
45
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
46
46
  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
47
47
  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
48
- fields: 'fields_example', # String | A list of fields to include in the response.
49
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
48
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
49
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
50
50
  }
51
51
 
52
52
  begin
@@ -80,8 +80,8 @@ Name | Type | Description | Notes
80
80
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
81
81
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
82
82
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
83
- **fields** | **String**| A list of fields to include in the response. | [optional]
84
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
83
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
84
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
85
85
 
86
86
  ### Return type
87
87
 
data/docs/RolesApi.md CHANGED
@@ -155,8 +155,8 @@ opts = {
155
155
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
156
156
  offset: 56, # Integer | The initial index from which to return the results.
157
157
  ordering: ['ordering_example'], # Array<String> | Ordering
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.
158
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
159
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
160
160
  }
161
161
 
162
162
  begin
@@ -188,8 +188,8 @@ Name | Type | Description | Notes
188
188
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
189
189
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
190
190
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
191
- **fields** | **String**| A list of fields to include in the response. | [optional]
192
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
191
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
192
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
193
193
 
194
194
  ### Return type
195
195
 
@@ -283,8 +283,8 @@ end
283
283
  api_instance = PulpcoreClient::RolesApi.new
284
284
  role_href = 'role_href_example' # String |
285
285
  opts = {
286
- fields: 'fields_example', # String | A list of fields to include in the response.
287
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
286
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
287
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
288
288
  }
289
289
 
290
290
  begin
@@ -302,8 +302,8 @@ end
302
302
  Name | Type | Description | Notes
303
303
  ------------- | ------------- | ------------- | -------------
304
304
  **role_href** | **String**| |
305
- **fields** | **String**| A list of fields to include in the response. | [optional]
306
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
305
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
306
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
307
307
 
308
308
  ### Return type
309
309
 
@@ -34,8 +34,8 @@ opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  name: 'name_example', # String |
36
36
  offset: 56, # Integer | The initial index from which to return the results.
37
- fields: 'fields_example', # String | A list of fields to include in the response.
38
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
37
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
38
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
39
39
  }
40
40
 
41
41
  begin
@@ -55,8 +55,8 @@ Name | Type | Description | Notes
55
55
  **limit** | **Integer**| Number of results to return per page. | [optional]
56
56
  **name** | **String**| | [optional]
57
57
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
58
- **fields** | **String**| A list of fields to include in the response. | [optional]
59
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
58
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
59
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
60
60
 
61
61
  ### Return type
62
62
 
@@ -95,8 +95,8 @@ end
95
95
  api_instance = PulpcoreClient::SigningServicesApi.new
96
96
  signing_service_href = 'signing_service_href_example' # String |
97
97
  opts = {
98
- fields: 'fields_example', # String | A list of fields to include in the response.
99
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
98
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
99
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
100
100
  }
101
101
 
102
102
  begin
@@ -114,8 +114,8 @@ end
114
114
  Name | Type | Description | Notes
115
115
  ------------- | ------------- | ------------- | -------------
116
116
  **signing_service_href** | **String**| |
117
- **fields** | **String**| A list of fields to include in the response. | [optional]
118
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
117
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
118
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
119
119
 
120
120
  ### Return type
121
121
 
@@ -34,8 +34,8 @@ opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
36
  ordering: ['ordering_example'], # Array<String> | Ordering
37
- fields: 'fields_example', # String | A list of fields to include in the response.
38
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
37
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
38
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
39
39
  }
40
40
 
41
41
  begin
@@ -55,8 +55,8 @@ Name | Type | Description | Notes
55
55
  **limit** | **Integer**| Number of results to return per page. | [optional]
56
56
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
57
57
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
58
- **fields** | **String**| A list of fields to include in the response. | [optional]
59
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
58
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
59
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
60
60
 
61
61
  ### Return type
62
62
 
@@ -95,8 +95,8 @@ end
95
95
  api_instance = PulpcoreClient::TaskGroupsApi.new
96
96
  task_group_href = 'task_group_href_example' # String |
97
97
  opts = {
98
- fields: 'fields_example', # String | A list of fields to include in the response.
99
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
98
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
99
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
100
100
  }
101
101
 
102
102
  begin
@@ -114,8 +114,8 @@ end
114
114
  Name | Type | Description | Notes
115
115
  ------------- | ------------- | ------------- | -------------
116
116
  **task_group_href** | **String**| |
117
- **fields** | **String**| A list of fields to include in the response. | [optional]
118
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
117
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
118
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
119
119
 
120
120
  ### Return type
121
121
 
@@ -96,8 +96,8 @@ opts = {
96
96
  ordering: ['ordering_example'], # Array<String> | Ordering
97
97
  task_name: 'task_name_example', # String |
98
98
  task_name__contains: 'task_name__contains_example', # String | Filter results where task_name contains value
99
- fields: 'fields_example', # String | A list of fields to include in the response.
100
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
99
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
100
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
101
101
  }
102
102
 
103
103
  begin
@@ -121,8 +121,8 @@ Name | Type | Description | Notes
121
121
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
122
122
  **task_name** | **String**| | [optional]
123
123
  **task_name__contains** | **String**| Filter results where task_name contains value | [optional]
124
- **fields** | **String**| A list of fields to include in the response. | [optional]
125
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
124
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
125
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
126
126
 
127
127
  ### Return type
128
128
 
@@ -161,8 +161,8 @@ end
161
161
  api_instance = PulpcoreClient::TaskSchedulesApi.new
162
162
  task_schedule_href = 'task_schedule_href_example' # String |
163
163
  opts = {
164
- fields: 'fields_example', # String | A list of fields to include in the response.
165
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
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.
166
166
  }
167
167
 
168
168
  begin
@@ -179,8 +179,8 @@ end
179
179
  Name | Type | Description | Notes
180
180
  ------------- | ------------- | ------------- | -------------
181
181
  **task_schedule_href** | **String**| |
182
- **fields** | **String**| A list of fields to include in the response. | [optional]
183
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
182
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
183
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
184
184
 
185
185
  ### Return type
186
186
 
@@ -219,8 +219,8 @@ end
219
219
  api_instance = PulpcoreClient::TaskSchedulesApi.new
220
220
  task_schedule_href = 'task_schedule_href_example' # String |
221
221
  opts = {
222
- fields: 'fields_example', # String | A list of fields to include in the response.
223
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
222
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
223
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
224
224
  }
225
225
 
226
226
  begin
@@ -237,8 +237,8 @@ end
237
237
  Name | Type | Description | Notes
238
238
  ------------- | ------------- | ------------- | -------------
239
239
  **task_schedule_href** | **String**| |
240
- **fields** | **String**| A list of fields to include in the response. | [optional]
241
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
240
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
241
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
242
242
 
243
243
  ### Return type
244
244
 
@@ -277,8 +277,8 @@ end
277
277
  api_instance = PulpcoreClient::TaskSchedulesApi.new
278
278
  task_schedule_href = 'task_schedule_href_example' # String |
279
279
  opts = {
280
- fields: 'fields_example', # String | A list of fields to include in the response.
281
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
280
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
281
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
282
282
  }
283
283
 
284
284
  begin
@@ -296,8 +296,8 @@ end
296
296
  Name | Type | Description | Notes
297
297
  ------------- | ------------- | ------------- | -------------
298
298
  **task_schedule_href** | **String**| |
299
- **fields** | **String**| A list of fields to include in the response. | [optional]
300
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
299
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
300
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
301
301
 
302
302
  ### Return type
303
303