pulp_rpm_client 3.29.8 → 3.30.0
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 -8
- data/docs/AcsRpmApi.md +28 -64
- data/docs/ContentAdvisoriesApi.md +8 -22
- data/docs/ContentDistributionTreesApi.md +8 -20
- data/docs/ContentModulemdDefaultsApi.md +12 -28
- data/docs/ContentModulemdObsoletesApi.md +12 -28
- data/docs/ContentModulemdsApi.md +12 -28
- data/docs/ContentPackagecategoriesApi.md +8 -20
- data/docs/ContentPackageenvironmentsApi.md +8 -20
- data/docs/ContentPackagegroupsApi.md +8 -20
- data/docs/ContentPackagelangpacksApi.md +8 -20
- data/docs/ContentPackagesApi.md +8 -22
- data/docs/ContentRepoMetadataFilesApi.md +8 -20
- data/docs/DistributionsRpmApi.md +32 -72
- data/docs/PatchedrpmRpmDistribution.md +3 -1
- data/docs/PatchedrpmRpmRepository.md +1 -9
- data/docs/PublicationsRpmApi.md +16 -40
- data/docs/RemotesRpmApi.md +32 -72
- data/docs/RemotesUlnApi.md +32 -72
- data/docs/RepositoriesRpmApi.md +40 -88
- data/docs/RepositoriesRpmVersionsApi.md +10 -22
- data/docs/RpmCompsApi.md +0 -2
- data/docs/RpmCopyApi.md +4 -8
- data/docs/RpmPackageResponse.md +2 -2
- data/docs/RpmPruneApi.md +4 -8
- data/docs/RpmRpmDistribution.md +3 -1
- data/docs/RpmRpmDistributionResponse.md +3 -1
- data/docs/RpmRpmPublication.md +3 -9
- data/docs/RpmRpmPublicationResponse.md +8 -6
- data/docs/RpmRpmRepository.md +1 -9
- data/docs/RpmRpmRepositoryResponse.md +5 -5
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +0 -33
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packages_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +0 -12
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +0 -36
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +0 -24
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +0 -36
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +0 -36
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +0 -42
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -15
- data/lib/pulp_rpm_client/api/rpm_comps_api.rb +0 -3
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +0 -3
- data/lib/pulp_rpm_client/api/rpm_prune_api.rb +0 -3
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +13 -4
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -94
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +11 -92
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +28 -13
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -94
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +17 -12
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +0 -11
- data/spec/api/content_advisories_api_spec.rb +0 -5
- data/spec/api/content_distribution_trees_api_spec.rb +0 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +0 -5
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +0 -5
- data/spec/api/content_modulemds_api_spec.rb +0 -5
- data/spec/api/content_packagecategories_api_spec.rb +0 -4
- data/spec/api/content_packageenvironments_api_spec.rb +0 -4
- data/spec/api/content_packagegroups_api_spec.rb +0 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +0 -4
- data/spec/api/content_packages_api_spec.rb +0 -5
- data/spec/api/content_repo_metadata_files_api_spec.rb +0 -4
- data/spec/api/distributions_rpm_api_spec.rb +0 -12
- data/spec/api/publications_rpm_api_spec.rb +0 -8
- data/spec/api/remotes_rpm_api_spec.rb +0 -12
- data/spec/api/remotes_uln_api_spec.rb +0 -12
- data/spec/api/repositories_rpm_api_spec.rb +0 -14
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -5
- data/spec/api/rpm_comps_api_spec.rb +0 -1
- data/spec/api/rpm_copy_api_spec.rb +0 -1
- data/spec/api/rpm_prune_api_spec.rb +0 -1
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +0 -24
- data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -20
- data/spec/models/rpm_rpm_repository_spec.rb +0 -24
- metadata +85 -85
    
        data/docs/PublicationsRpmApi.md
    CHANGED
    
    | @@ -16,7 +16,7 @@ All URIs are relative to *http://localhost:24817* | |
| 16 16 |  | 
| 17 17 | 
             
            ## add_role
         | 
| 18 18 |  | 
| 19 | 
            -
            > <NestedRoleResponse> add_role(rpm_rpm_publication_href, nested_role | 
| 19 | 
            +
            > <NestedRoleResponse> add_role(rpm_rpm_publication_href, nested_role)
         | 
| 20 20 |  | 
| 21 21 | 
             
            Add a role
         | 
| 22 22 |  | 
| @@ -37,13 +37,10 @@ end | |
| 37 37 | 
             
            api_instance = PulpRpmClient::PublicationsRpmApi.new
         | 
| 38 38 | 
             
            rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String | 
         | 
| 39 39 | 
             
            nested_role = PulpRpmClient::NestedRole.new({role: 'role_example'}) # NestedRole | 
         | 
| 40 | 
            -
            opts = {
         | 
| 41 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 42 | 
            -
            }
         | 
| 43 40 |  | 
| 44 41 | 
             
            begin
         | 
| 45 42 | 
             
              # Add a role
         | 
| 46 | 
            -
              result = api_instance.add_role(rpm_rpm_publication_href, nested_role | 
| 43 | 
            +
              result = api_instance.add_role(rpm_rpm_publication_href, nested_role)
         | 
| 47 44 | 
             
              p result
         | 
| 48 45 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 49 46 | 
             
              puts "Error when calling PublicationsRpmApi->add_role: #{e}"
         | 
| @@ -54,12 +51,12 @@ end | |
| 54 51 |  | 
| 55 52 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 56 53 |  | 
| 57 | 
            -
            > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(rpm_rpm_publication_href, nested_role | 
| 54 | 
            +
            > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(rpm_rpm_publication_href, nested_role)
         | 
| 58 55 |  | 
| 59 56 | 
             
            ```ruby
         | 
| 60 57 | 
             
            begin
         | 
| 61 58 | 
             
              # Add a role
         | 
| 62 | 
            -
              data, status_code, headers = api_instance.add_role_with_http_info(rpm_rpm_publication_href, nested_role | 
| 59 | 
            +
              data, status_code, headers = api_instance.add_role_with_http_info(rpm_rpm_publication_href, nested_role)
         | 
| 63 60 | 
             
              p status_code # => 2xx
         | 
| 64 61 | 
             
              p headers # => { ... }
         | 
| 65 62 | 
             
              p data # => <NestedRoleResponse>
         | 
| @@ -74,7 +71,6 @@ end | |
| 74 71 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 75 72 | 
             
            | **rpm_rpm_publication_href** | **String** |  |  |
         | 
| 76 73 | 
             
            | **nested_role** | [**NestedRole**](NestedRole.md) |  |  |
         | 
| 77 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 78 74 |  | 
| 79 75 | 
             
            ### Return type
         | 
| 80 76 |  | 
| @@ -92,7 +88,7 @@ end | |
| 92 88 |  | 
| 93 89 | 
             
            ## create
         | 
| 94 90 |  | 
| 95 | 
            -
            > <AsyncOperationResponse> create(rpm_rpm_publication | 
| 91 | 
            +
            > <AsyncOperationResponse> create(rpm_rpm_publication)
         | 
| 96 92 |  | 
| 97 93 | 
             
            Create a rpm publication
         | 
| 98 94 |  | 
| @@ -112,13 +108,10 @@ end | |
| 112 108 |  | 
| 113 109 | 
             
            api_instance = PulpRpmClient::PublicationsRpmApi.new
         | 
| 114 110 | 
             
            rpm_rpm_publication = PulpRpmClient::RpmRpmPublication.new # RpmRpmPublication | 
         | 
| 115 | 
            -
            opts = {
         | 
| 116 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 117 | 
            -
            }
         | 
| 118 111 |  | 
| 119 112 | 
             
            begin
         | 
| 120 113 | 
             
              # Create a rpm publication
         | 
| 121 | 
            -
              result = api_instance.create(rpm_rpm_publication | 
| 114 | 
            +
              result = api_instance.create(rpm_rpm_publication)
         | 
| 122 115 | 
             
              p result
         | 
| 123 116 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 124 117 | 
             
              puts "Error when calling PublicationsRpmApi->create: #{e}"
         | 
| @@ -129,12 +122,12 @@ end | |
| 129 122 |  | 
| 130 123 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 131 124 |  | 
| 132 | 
            -
            > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(rpm_rpm_publication | 
| 125 | 
            +
            > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(rpm_rpm_publication)
         | 
| 133 126 |  | 
| 134 127 | 
             
            ```ruby
         | 
| 135 128 | 
             
            begin
         | 
| 136 129 | 
             
              # Create a rpm publication
         | 
| 137 | 
            -
              data, status_code, headers = api_instance.create_with_http_info(rpm_rpm_publication | 
| 130 | 
            +
              data, status_code, headers = api_instance.create_with_http_info(rpm_rpm_publication)
         | 
| 138 131 | 
             
              p status_code # => 2xx
         | 
| 139 132 | 
             
              p headers # => { ... }
         | 
| 140 133 | 
             
              p data # => <AsyncOperationResponse>
         | 
| @@ -148,7 +141,6 @@ end | |
| 148 141 | 
             
            | Name | Type | Description | Notes |
         | 
| 149 142 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 150 143 | 
             
            | **rpm_rpm_publication** | [**RpmRpmPublication**](RpmRpmPublication.md) |  |  |
         | 
| 151 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 152 144 |  | 
| 153 145 | 
             
            ### Return type
         | 
| 154 146 |  | 
| @@ -166,7 +158,7 @@ end | |
| 166 158 |  | 
| 167 159 | 
             
            ## delete
         | 
| 168 160 |  | 
| 169 | 
            -
            > delete(rpm_rpm_publication_href | 
| 161 | 
            +
            > delete(rpm_rpm_publication_href)
         | 
| 170 162 |  | 
| 171 163 | 
             
            Delete a rpm publication
         | 
| 172 164 |  | 
| @@ -186,13 +178,10 @@ end | |
| 186 178 |  | 
| 187 179 | 
             
            api_instance = PulpRpmClient::PublicationsRpmApi.new
         | 
| 188 180 | 
             
            rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String | 
         | 
| 189 | 
            -
            opts = {
         | 
| 190 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 191 | 
            -
            }
         | 
| 192 181 |  | 
| 193 182 | 
             
            begin
         | 
| 194 183 | 
             
              # Delete a rpm publication
         | 
| 195 | 
            -
              api_instance.delete(rpm_rpm_publication_href | 
| 184 | 
            +
              api_instance.delete(rpm_rpm_publication_href)
         | 
| 196 185 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 197 186 | 
             
              puts "Error when calling PublicationsRpmApi->delete: #{e}"
         | 
| 198 187 | 
             
            end
         | 
| @@ -202,12 +191,12 @@ end | |
| 202 191 |  | 
| 203 192 | 
             
            This returns an Array which contains the response data (`nil` in this case), status code and headers.
         | 
| 204 193 |  | 
| 205 | 
            -
            > <Array(nil, Integer, Hash)> delete_with_http_info(rpm_rpm_publication_href | 
| 194 | 
            +
            > <Array(nil, Integer, Hash)> delete_with_http_info(rpm_rpm_publication_href)
         | 
| 206 195 |  | 
| 207 196 | 
             
            ```ruby
         | 
| 208 197 | 
             
            begin
         | 
| 209 198 | 
             
              # Delete a rpm publication
         | 
| 210 | 
            -
              data, status_code, headers = api_instance.delete_with_http_info(rpm_rpm_publication_href | 
| 199 | 
            +
              data, status_code, headers = api_instance.delete_with_http_info(rpm_rpm_publication_href)
         | 
| 211 200 | 
             
              p status_code # => 2xx
         | 
| 212 201 | 
             
              p headers # => { ... }
         | 
| 213 202 | 
             
              p data # => nil
         | 
| @@ -221,7 +210,6 @@ end | |
| 221 210 | 
             
            | Name | Type | Description | Notes |
         | 
| 222 211 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 223 212 | 
             
            | **rpm_rpm_publication_href** | **String** |  |  |
         | 
| 224 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 225 213 |  | 
| 226 214 | 
             
            ### Return type
         | 
| 227 215 |  | 
| @@ -259,7 +247,6 @@ end | |
| 259 247 |  | 
| 260 248 | 
             
            api_instance = PulpRpmClient::PublicationsRpmApi.new
         | 
| 261 249 | 
             
            opts = {
         | 
| 262 | 
            -
              x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
         | 
| 263 250 | 
             
              checkpoint: true, # Boolean | Filter results where checkpoint matches value
         | 
| 264 251 | 
             
              content: 'content_example', # String | Content Unit referenced by HREF/PRN
         | 
| 265 252 | 
             
              content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
         | 
| @@ -314,7 +301,6 @@ end | |
| 314 301 |  | 
| 315 302 | 
             
            | Name | Type | Description | Notes |
         | 
| 316 303 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 317 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 318 304 | 
             
            | **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
         | 
| 319 305 | 
             
            | **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
         | 
| 320 306 | 
             
            | **content__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
         | 
| @@ -374,7 +360,6 @@ end | |
| 374 360 | 
             
            api_instance = PulpRpmClient::PublicationsRpmApi.new
         | 
| 375 361 | 
             
            rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String | 
         | 
| 376 362 | 
             
            opts = {
         | 
| 377 | 
            -
              x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
         | 
| 378 363 | 
             
              fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
         | 
| 379 364 | 
             
              exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
         | 
| 380 365 | 
             
            }
         | 
| @@ -411,7 +396,6 @@ end | |
| 411 396 | 
             
            | Name | Type | Description | Notes |
         | 
| 412 397 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 413 398 | 
             
            | **rpm_rpm_publication_href** | **String** |  |  |
         | 
| 414 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 415 399 | 
             
            | **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
         | 
| 416 400 | 
             
            | **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
         | 
| 417 401 |  | 
| @@ -452,7 +436,6 @@ end | |
| 452 436 | 
             
            api_instance = PulpRpmClient::PublicationsRpmApi.new
         | 
| 453 437 | 
             
            rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String | 
         | 
| 454 438 | 
             
            opts = {
         | 
| 455 | 
            -
              x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
         | 
| 456 439 | 
             
              fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
         | 
| 457 440 | 
             
              exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
         | 
| 458 441 | 
             
            }
         | 
| @@ -489,7 +472,6 @@ end | |
| 489 472 | 
             
            | Name | Type | Description | Notes |
         | 
| 490 473 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 491 474 | 
             
            | **rpm_rpm_publication_href** | **String** |  |  |
         | 
| 492 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 493 475 | 
             
            | **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
         | 
| 494 476 | 
             
            | **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
         | 
| 495 477 |  | 
| @@ -530,7 +512,6 @@ end | |
| 530 512 | 
             
            api_instance = PulpRpmClient::PublicationsRpmApi.new
         | 
| 531 513 | 
             
            rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String | 
         | 
| 532 514 | 
             
            opts = {
         | 
| 533 | 
            -
              x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
         | 
| 534 515 | 
             
              fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
         | 
| 535 516 | 
             
              exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
         | 
| 536 517 | 
             
            }
         | 
| @@ -567,7 +548,6 @@ end | |
| 567 548 | 
             
            | Name | Type | Description | Notes |
         | 
| 568 549 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 569 550 | 
             
            | **rpm_rpm_publication_href** | **String** |  |  |
         | 
| 570 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 571 551 | 
             
            | **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
         | 
| 572 552 | 
             
            | **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
         | 
| 573 553 |  | 
| @@ -587,7 +567,7 @@ end | |
| 587 567 |  | 
| 588 568 | 
             
            ## remove_role
         | 
| 589 569 |  | 
| 590 | 
            -
            > <NestedRoleResponse> remove_role(rpm_rpm_publication_href, nested_role | 
| 570 | 
            +
            > <NestedRoleResponse> remove_role(rpm_rpm_publication_href, nested_role)
         | 
| 591 571 |  | 
| 592 572 | 
             
            Remove a role
         | 
| 593 573 |  | 
| @@ -608,13 +588,10 @@ end | |
| 608 588 | 
             
            api_instance = PulpRpmClient::PublicationsRpmApi.new
         | 
| 609 589 | 
             
            rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String | 
         | 
| 610 590 | 
             
            nested_role = PulpRpmClient::NestedRole.new({role: 'role_example'}) # NestedRole | 
         | 
| 611 | 
            -
            opts = {
         | 
| 612 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 613 | 
            -
            }
         | 
| 614 591 |  | 
| 615 592 | 
             
            begin
         | 
| 616 593 | 
             
              # Remove a role
         | 
| 617 | 
            -
              result = api_instance.remove_role(rpm_rpm_publication_href, nested_role | 
| 594 | 
            +
              result = api_instance.remove_role(rpm_rpm_publication_href, nested_role)
         | 
| 618 595 | 
             
              p result
         | 
| 619 596 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 620 597 | 
             
              puts "Error when calling PublicationsRpmApi->remove_role: #{e}"
         | 
| @@ -625,12 +602,12 @@ end | |
| 625 602 |  | 
| 626 603 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 627 604 |  | 
| 628 | 
            -
            > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(rpm_rpm_publication_href, nested_role | 
| 605 | 
            +
            > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(rpm_rpm_publication_href, nested_role)
         | 
| 629 606 |  | 
| 630 607 | 
             
            ```ruby
         | 
| 631 608 | 
             
            begin
         | 
| 632 609 | 
             
              # Remove a role
         | 
| 633 | 
            -
              data, status_code, headers = api_instance.remove_role_with_http_info(rpm_rpm_publication_href, nested_role | 
| 610 | 
            +
              data, status_code, headers = api_instance.remove_role_with_http_info(rpm_rpm_publication_href, nested_role)
         | 
| 634 611 | 
             
              p status_code # => 2xx
         | 
| 635 612 | 
             
              p headers # => { ... }
         | 
| 636 613 | 
             
              p data # => <NestedRoleResponse>
         | 
| @@ -645,7 +622,6 @@ end | |
| 645 622 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 646 623 | 
             
            | **rpm_rpm_publication_href** | **String** |  |  |
         | 
| 647 624 | 
             
            | **nested_role** | [**NestedRole**](NestedRole.md) |  |  |
         | 
| 648 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 649 625 |  | 
| 650 626 | 
             
            ### Return type
         | 
| 651 627 |  | 
    
        data/docs/RemotesRpmApi.md
    CHANGED
    
    | @@ -20,7 +20,7 @@ All URIs are relative to *http://localhost:24817* | |
| 20 20 |  | 
| 21 21 | 
             
            ## add_role
         | 
| 22 22 |  | 
| 23 | 
            -
            > <NestedRoleResponse> add_role(rpm_rpm_remote_href, nested_role | 
| 23 | 
            +
            > <NestedRoleResponse> add_role(rpm_rpm_remote_href, nested_role)
         | 
| 24 24 |  | 
| 25 25 | 
             
            Add a role
         | 
| 26 26 |  | 
| @@ -41,13 +41,10 @@ end | |
| 41 41 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 42 42 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 43 43 | 
             
            nested_role = PulpRpmClient::NestedRole.new({role: 'role_example'}) # NestedRole | 
         | 
| 44 | 
            -
            opts = {
         | 
| 45 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 46 | 
            -
            }
         | 
| 47 44 |  | 
| 48 45 | 
             
            begin
         | 
| 49 46 | 
             
              # Add a role
         | 
| 50 | 
            -
              result = api_instance.add_role(rpm_rpm_remote_href, nested_role | 
| 47 | 
            +
              result = api_instance.add_role(rpm_rpm_remote_href, nested_role)
         | 
| 51 48 | 
             
              p result
         | 
| 52 49 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 53 50 | 
             
              puts "Error when calling RemotesRpmApi->add_role: #{e}"
         | 
| @@ -58,12 +55,12 @@ end | |
| 58 55 |  | 
| 59 56 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 60 57 |  | 
| 61 | 
            -
            > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(rpm_rpm_remote_href, nested_role | 
| 58 | 
            +
            > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(rpm_rpm_remote_href, nested_role)
         | 
| 62 59 |  | 
| 63 60 | 
             
            ```ruby
         | 
| 64 61 | 
             
            begin
         | 
| 65 62 | 
             
              # Add a role
         | 
| 66 | 
            -
              data, status_code, headers = api_instance.add_role_with_http_info(rpm_rpm_remote_href, nested_role | 
| 63 | 
            +
              data, status_code, headers = api_instance.add_role_with_http_info(rpm_rpm_remote_href, nested_role)
         | 
| 67 64 | 
             
              p status_code # => 2xx
         | 
| 68 65 | 
             
              p headers # => { ... }
         | 
| 69 66 | 
             
              p data # => <NestedRoleResponse>
         | 
| @@ -78,7 +75,6 @@ end | |
| 78 75 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 79 76 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 80 77 | 
             
            | **nested_role** | [**NestedRole**](NestedRole.md) |  |  |
         | 
| 81 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 82 78 |  | 
| 83 79 | 
             
            ### Return type
         | 
| 84 80 |  | 
| @@ -96,7 +92,7 @@ end | |
| 96 92 |  | 
| 97 93 | 
             
            ## create
         | 
| 98 94 |  | 
| 99 | 
            -
            > <RpmRpmRemoteResponse> create(rpm_rpm_remote | 
| 95 | 
            +
            > <RpmRpmRemoteResponse> create(rpm_rpm_remote)
         | 
| 100 96 |  | 
| 101 97 | 
             
            Create a rpm remote
         | 
| 102 98 |  | 
| @@ -116,13 +112,10 @@ end | |
| 116 112 |  | 
| 117 113 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 118 114 | 
             
            rpm_rpm_remote = PulpRpmClient::RpmRpmRemote.new({name: 'name_example', url: 'url_example'}) # RpmRpmRemote | 
         | 
| 119 | 
            -
            opts = {
         | 
| 120 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 121 | 
            -
            }
         | 
| 122 115 |  | 
| 123 116 | 
             
            begin
         | 
| 124 117 | 
             
              # Create a rpm remote
         | 
| 125 | 
            -
              result = api_instance.create(rpm_rpm_remote | 
| 118 | 
            +
              result = api_instance.create(rpm_rpm_remote)
         | 
| 126 119 | 
             
              p result
         | 
| 127 120 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 128 121 | 
             
              puts "Error when calling RemotesRpmApi->create: #{e}"
         | 
| @@ -133,12 +126,12 @@ end | |
| 133 126 |  | 
| 134 127 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 135 128 |  | 
| 136 | 
            -
            > <Array(<RpmRpmRemoteResponse>, Integer, Hash)> create_with_http_info(rpm_rpm_remote | 
| 129 | 
            +
            > <Array(<RpmRpmRemoteResponse>, Integer, Hash)> create_with_http_info(rpm_rpm_remote)
         | 
| 137 130 |  | 
| 138 131 | 
             
            ```ruby
         | 
| 139 132 | 
             
            begin
         | 
| 140 133 | 
             
              # Create a rpm remote
         | 
| 141 | 
            -
              data, status_code, headers = api_instance.create_with_http_info(rpm_rpm_remote | 
| 134 | 
            +
              data, status_code, headers = api_instance.create_with_http_info(rpm_rpm_remote)
         | 
| 142 135 | 
             
              p status_code # => 2xx
         | 
| 143 136 | 
             
              p headers # => { ... }
         | 
| 144 137 | 
             
              p data # => <RpmRpmRemoteResponse>
         | 
| @@ -152,7 +145,6 @@ end | |
| 152 145 | 
             
            | Name | Type | Description | Notes |
         | 
| 153 146 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 154 147 | 
             
            | **rpm_rpm_remote** | [**RpmRpmRemote**](RpmRpmRemote.md) |  |  |
         | 
| 155 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 156 148 |  | 
| 157 149 | 
             
            ### Return type
         | 
| 158 150 |  | 
| @@ -170,7 +162,7 @@ end | |
| 170 162 |  | 
| 171 163 | 
             
            ## delete
         | 
| 172 164 |  | 
| 173 | 
            -
            > <AsyncOperationResponse> delete(rpm_rpm_remote_href | 
| 165 | 
            +
            > <AsyncOperationResponse> delete(rpm_rpm_remote_href)
         | 
| 174 166 |  | 
| 175 167 | 
             
            Delete a rpm remote
         | 
| 176 168 |  | 
| @@ -190,13 +182,10 @@ end | |
| 190 182 |  | 
| 191 183 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 192 184 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 193 | 
            -
            opts = {
         | 
| 194 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 195 | 
            -
            }
         | 
| 196 185 |  | 
| 197 186 | 
             
            begin
         | 
| 198 187 | 
             
              # Delete a rpm remote
         | 
| 199 | 
            -
              result = api_instance.delete(rpm_rpm_remote_href | 
| 188 | 
            +
              result = api_instance.delete(rpm_rpm_remote_href)
         | 
| 200 189 | 
             
              p result
         | 
| 201 190 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 202 191 | 
             
              puts "Error when calling RemotesRpmApi->delete: #{e}"
         | 
| @@ -207,12 +196,12 @@ end | |
| 207 196 |  | 
| 208 197 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 209 198 |  | 
| 210 | 
            -
            > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(rpm_rpm_remote_href | 
| 199 | 
            +
            > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(rpm_rpm_remote_href)
         | 
| 211 200 |  | 
| 212 201 | 
             
            ```ruby
         | 
| 213 202 | 
             
            begin
         | 
| 214 203 | 
             
              # Delete a rpm remote
         | 
| 215 | 
            -
              data, status_code, headers = api_instance.delete_with_http_info(rpm_rpm_remote_href | 
| 204 | 
            +
              data, status_code, headers = api_instance.delete_with_http_info(rpm_rpm_remote_href)
         | 
| 216 205 | 
             
              p status_code # => 2xx
         | 
| 217 206 | 
             
              p headers # => { ... }
         | 
| 218 207 | 
             
              p data # => <AsyncOperationResponse>
         | 
| @@ -226,7 +215,6 @@ end | |
| 226 215 | 
             
            | Name | Type | Description | Notes |
         | 
| 227 216 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 228 217 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 229 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 230 218 |  | 
| 231 219 | 
             
            ### Return type
         | 
| 232 220 |  | 
| @@ -264,7 +252,6 @@ end | |
| 264 252 |  | 
| 265 253 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 266 254 | 
             
            opts = {
         | 
| 267 | 
            -
              x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
         | 
| 268 255 | 
             
              limit: 56, # Integer | Number of results to return per page.
         | 
| 269 256 | 
             
              name: 'name_example', # String | Filter results where name matches value
         | 
| 270 257 | 
             
              name__contains: 'name__contains_example', # String | Filter results where name contains value
         | 
| @@ -324,7 +311,6 @@ end | |
| 324 311 |  | 
| 325 312 | 
             
            | Name | Type | Description | Notes |
         | 
| 326 313 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 327 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 328 314 | 
             
            | **limit** | **Integer** | Number of results to return per page. | [optional] |
         | 
| 329 315 | 
             
            | **name** | **String** | Filter results where name matches value | [optional] |
         | 
| 330 316 | 
             
            | **name__contains** | **String** | Filter results where name contains value | [optional] |
         | 
| @@ -389,7 +375,6 @@ end | |
| 389 375 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 390 376 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 391 377 | 
             
            opts = {
         | 
| 392 | 
            -
              x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
         | 
| 393 378 | 
             
              fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
         | 
| 394 379 | 
             
              exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
         | 
| 395 380 | 
             
            }
         | 
| @@ -426,7 +411,6 @@ end | |
| 426 411 | 
             
            | Name | Type | Description | Notes |
         | 
| 427 412 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 428 413 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 429 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 430 414 | 
             
            | **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
         | 
| 431 415 | 
             
            | **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
         | 
| 432 416 |  | 
| @@ -467,7 +451,6 @@ end | |
| 467 451 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 468 452 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 469 453 | 
             
            opts = {
         | 
| 470 | 
            -
              x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
         | 
| 471 454 | 
             
              fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
         | 
| 472 455 | 
             
              exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
         | 
| 473 456 | 
             
            }
         | 
| @@ -504,7 +487,6 @@ end | |
| 504 487 | 
             
            | Name | Type | Description | Notes |
         | 
| 505 488 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 506 489 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 507 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 508 490 | 
             
            | **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
         | 
| 509 491 | 
             
            | **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
         | 
| 510 492 |  | 
| @@ -524,7 +506,7 @@ end | |
| 524 506 |  | 
| 525 507 | 
             
            ## partial_update
         | 
| 526 508 |  | 
| 527 | 
            -
            > <AsyncOperationResponse> partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote | 
| 509 | 
            +
            > <AsyncOperationResponse> partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote)
         | 
| 528 510 |  | 
| 529 511 | 
             
            Update a rpm remote
         | 
| 530 512 |  | 
| @@ -545,13 +527,10 @@ end | |
| 545 527 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 546 528 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 547 529 | 
             
            patchedrpm_rpm_remote = PulpRpmClient::PatchedrpmRpmRemote.new # PatchedrpmRpmRemote | 
         | 
| 548 | 
            -
            opts = {
         | 
| 549 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 550 | 
            -
            }
         | 
| 551 530 |  | 
| 552 531 | 
             
            begin
         | 
| 553 532 | 
             
              # Update a rpm remote
         | 
| 554 | 
            -
              result = api_instance.partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote | 
| 533 | 
            +
              result = api_instance.partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote)
         | 
| 555 534 | 
             
              p result
         | 
| 556 535 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 557 536 | 
             
              puts "Error when calling RemotesRpmApi->partial_update: #{e}"
         | 
| @@ -562,12 +541,12 @@ end | |
| 562 541 |  | 
| 563 542 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 564 543 |  | 
| 565 | 
            -
            > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote | 
| 544 | 
            +
            > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote)
         | 
| 566 545 |  | 
| 567 546 | 
             
            ```ruby
         | 
| 568 547 | 
             
            begin
         | 
| 569 548 | 
             
              # Update a rpm remote
         | 
| 570 | 
            -
              data, status_code, headers = api_instance.partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote | 
| 549 | 
            +
              data, status_code, headers = api_instance.partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote)
         | 
| 571 550 | 
             
              p status_code # => 2xx
         | 
| 572 551 | 
             
              p headers # => { ... }
         | 
| 573 552 | 
             
              p data # => <AsyncOperationResponse>
         | 
| @@ -582,7 +561,6 @@ end | |
| 582 561 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 583 562 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 584 563 | 
             
            | **patchedrpm_rpm_remote** | [**PatchedrpmRpmRemote**](PatchedrpmRpmRemote.md) |  |  |
         | 
| 585 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 586 564 |  | 
| 587 565 | 
             
            ### Return type
         | 
| 588 566 |  | 
| @@ -621,7 +599,6 @@ end | |
| 621 599 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 622 600 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 623 601 | 
             
            opts = {
         | 
| 624 | 
            -
              x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
         | 
| 625 602 | 
             
              fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
         | 
| 626 603 | 
             
              exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
         | 
| 627 604 | 
             
            }
         | 
| @@ -658,7 +635,6 @@ end | |
| 658 635 | 
             
            | Name | Type | Description | Notes |
         | 
| 659 636 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 660 637 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 661 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 662 638 | 
             
            | **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
         | 
| 663 639 | 
             
            | **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
         | 
| 664 640 |  | 
| @@ -678,7 +654,7 @@ end | |
| 678 654 |  | 
| 679 655 | 
             
            ## remove_role
         | 
| 680 656 |  | 
| 681 | 
            -
            > <NestedRoleResponse> remove_role(rpm_rpm_remote_href, nested_role | 
| 657 | 
            +
            > <NestedRoleResponse> remove_role(rpm_rpm_remote_href, nested_role)
         | 
| 682 658 |  | 
| 683 659 | 
             
            Remove a role
         | 
| 684 660 |  | 
| @@ -699,13 +675,10 @@ end | |
| 699 675 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 700 676 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 701 677 | 
             
            nested_role = PulpRpmClient::NestedRole.new({role: 'role_example'}) # NestedRole | 
         | 
| 702 | 
            -
            opts = {
         | 
| 703 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 704 | 
            -
            }
         | 
| 705 678 |  | 
| 706 679 | 
             
            begin
         | 
| 707 680 | 
             
              # Remove a role
         | 
| 708 | 
            -
              result = api_instance.remove_role(rpm_rpm_remote_href, nested_role | 
| 681 | 
            +
              result = api_instance.remove_role(rpm_rpm_remote_href, nested_role)
         | 
| 709 682 | 
             
              p result
         | 
| 710 683 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 711 684 | 
             
              puts "Error when calling RemotesRpmApi->remove_role: #{e}"
         | 
| @@ -716,12 +689,12 @@ end | |
| 716 689 |  | 
| 717 690 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 718 691 |  | 
| 719 | 
            -
            > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(rpm_rpm_remote_href, nested_role | 
| 692 | 
            +
            > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(rpm_rpm_remote_href, nested_role)
         | 
| 720 693 |  | 
| 721 694 | 
             
            ```ruby
         | 
| 722 695 | 
             
            begin
         | 
| 723 696 | 
             
              # Remove a role
         | 
| 724 | 
            -
              data, status_code, headers = api_instance.remove_role_with_http_info(rpm_rpm_remote_href, nested_role | 
| 697 | 
            +
              data, status_code, headers = api_instance.remove_role_with_http_info(rpm_rpm_remote_href, nested_role)
         | 
| 725 698 | 
             
              p status_code # => 2xx
         | 
| 726 699 | 
             
              p headers # => { ... }
         | 
| 727 700 | 
             
              p data # => <NestedRoleResponse>
         | 
| @@ -736,7 +709,6 @@ end | |
| 736 709 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 737 710 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 738 711 | 
             
            | **nested_role** | [**NestedRole**](NestedRole.md) |  |  |
         | 
| 739 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 740 712 |  | 
| 741 713 | 
             
            ### Return type
         | 
| 742 714 |  | 
| @@ -754,7 +726,7 @@ end | |
| 754 726 |  | 
| 755 727 | 
             
            ## set_label
         | 
| 756 728 |  | 
| 757 | 
            -
            > <SetLabelResponse> set_label(rpm_rpm_remote_href, set_label | 
| 729 | 
            +
            > <SetLabelResponse> set_label(rpm_rpm_remote_href, set_label)
         | 
| 758 730 |  | 
| 759 731 | 
             
            Set a label
         | 
| 760 732 |  | 
| @@ -775,13 +747,10 @@ end | |
| 775 747 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 776 748 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 777 749 | 
             
            set_label = PulpRpmClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel | 
         | 
| 778 | 
            -
            opts = {
         | 
| 779 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 780 | 
            -
            }
         | 
| 781 750 |  | 
| 782 751 | 
             
            begin
         | 
| 783 752 | 
             
              # Set a label
         | 
| 784 | 
            -
              result = api_instance.set_label(rpm_rpm_remote_href, set_label | 
| 753 | 
            +
              result = api_instance.set_label(rpm_rpm_remote_href, set_label)
         | 
| 785 754 | 
             
              p result
         | 
| 786 755 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 787 756 | 
             
              puts "Error when calling RemotesRpmApi->set_label: #{e}"
         | 
| @@ -792,12 +761,12 @@ end | |
| 792 761 |  | 
| 793 762 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 794 763 |  | 
| 795 | 
            -
            > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_rpm_remote_href, set_label | 
| 764 | 
            +
            > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_rpm_remote_href, set_label)
         | 
| 796 765 |  | 
| 797 766 | 
             
            ```ruby
         | 
| 798 767 | 
             
            begin
         | 
| 799 768 | 
             
              # Set a label
         | 
| 800 | 
            -
              data, status_code, headers = api_instance.set_label_with_http_info(rpm_rpm_remote_href, set_label | 
| 769 | 
            +
              data, status_code, headers = api_instance.set_label_with_http_info(rpm_rpm_remote_href, set_label)
         | 
| 801 770 | 
             
              p status_code # => 2xx
         | 
| 802 771 | 
             
              p headers # => { ... }
         | 
| 803 772 | 
             
              p data # => <SetLabelResponse>
         | 
| @@ -812,7 +781,6 @@ end | |
| 812 781 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 813 782 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 814 783 | 
             
            | **set_label** | [**SetLabel**](SetLabel.md) |  |  |
         | 
| 815 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 816 784 |  | 
| 817 785 | 
             
            ### Return type
         | 
| 818 786 |  | 
| @@ -830,7 +798,7 @@ end | |
| 830 798 |  | 
| 831 799 | 
             
            ## unset_label
         | 
| 832 800 |  | 
| 833 | 
            -
            > <UnsetLabelResponse> unset_label(rpm_rpm_remote_href, unset_label | 
| 801 | 
            +
            > <UnsetLabelResponse> unset_label(rpm_rpm_remote_href, unset_label)
         | 
| 834 802 |  | 
| 835 803 | 
             
            Unset a label
         | 
| 836 804 |  | 
| @@ -851,13 +819,10 @@ end | |
| 851 819 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 852 820 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 853 821 | 
             
            unset_label = PulpRpmClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel | 
         | 
| 854 | 
            -
            opts = {
         | 
| 855 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 856 | 
            -
            }
         | 
| 857 822 |  | 
| 858 823 | 
             
            begin
         | 
| 859 824 | 
             
              # Unset a label
         | 
| 860 | 
            -
              result = api_instance.unset_label(rpm_rpm_remote_href, unset_label | 
| 825 | 
            +
              result = api_instance.unset_label(rpm_rpm_remote_href, unset_label)
         | 
| 861 826 | 
             
              p result
         | 
| 862 827 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 863 828 | 
             
              puts "Error when calling RemotesRpmApi->unset_label: #{e}"
         | 
| @@ -868,12 +833,12 @@ end | |
| 868 833 |  | 
| 869 834 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 870 835 |  | 
| 871 | 
            -
            > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_rpm_remote_href, unset_label | 
| 836 | 
            +
            > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_rpm_remote_href, unset_label)
         | 
| 872 837 |  | 
| 873 838 | 
             
            ```ruby
         | 
| 874 839 | 
             
            begin
         | 
| 875 840 | 
             
              # Unset a label
         | 
| 876 | 
            -
              data, status_code, headers = api_instance.unset_label_with_http_info(rpm_rpm_remote_href, unset_label | 
| 841 | 
            +
              data, status_code, headers = api_instance.unset_label_with_http_info(rpm_rpm_remote_href, unset_label)
         | 
| 877 842 | 
             
              p status_code # => 2xx
         | 
| 878 843 | 
             
              p headers # => { ... }
         | 
| 879 844 | 
             
              p data # => <UnsetLabelResponse>
         | 
| @@ -888,7 +853,6 @@ end | |
| 888 853 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 889 854 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 890 855 | 
             
            | **unset_label** | [**UnsetLabel**](UnsetLabel.md) |  |  |
         | 
| 891 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 892 856 |  | 
| 893 857 | 
             
            ### Return type
         | 
| 894 858 |  | 
| @@ -906,7 +870,7 @@ end | |
| 906 870 |  | 
| 907 871 | 
             
            ## update
         | 
| 908 872 |  | 
| 909 | 
            -
            > <AsyncOperationResponse> update(rpm_rpm_remote_href, rpm_rpm_remote | 
| 873 | 
            +
            > <AsyncOperationResponse> update(rpm_rpm_remote_href, rpm_rpm_remote)
         | 
| 910 874 |  | 
| 911 875 | 
             
            Update a rpm remote
         | 
| 912 876 |  | 
| @@ -927,13 +891,10 @@ end | |
| 927 891 | 
             
            api_instance = PulpRpmClient::RemotesRpmApi.new
         | 
| 928 892 | 
             
            rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String | 
         | 
| 929 893 | 
             
            rpm_rpm_remote = PulpRpmClient::RpmRpmRemote.new({name: 'name_example', url: 'url_example'}) # RpmRpmRemote | 
         | 
| 930 | 
            -
            opts = {
         | 
| 931 | 
            -
              x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
         | 
| 932 | 
            -
            }
         | 
| 933 894 |  | 
| 934 895 | 
             
            begin
         | 
| 935 896 | 
             
              # Update a rpm remote
         | 
| 936 | 
            -
              result = api_instance.update(rpm_rpm_remote_href, rpm_rpm_remote | 
| 897 | 
            +
              result = api_instance.update(rpm_rpm_remote_href, rpm_rpm_remote)
         | 
| 937 898 | 
             
              p result
         | 
| 938 899 | 
             
            rescue PulpRpmClient::ApiError => e
         | 
| 939 900 | 
             
              puts "Error when calling RemotesRpmApi->update: #{e}"
         | 
| @@ -944,12 +905,12 @@ end | |
| 944 905 |  | 
| 945 906 | 
             
            This returns an Array which contains the response data, status code and headers.
         | 
| 946 907 |  | 
| 947 | 
            -
            > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote | 
| 908 | 
            +
            > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote)
         | 
| 948 909 |  | 
| 949 910 | 
             
            ```ruby
         | 
| 950 911 | 
             
            begin
         | 
| 951 912 | 
             
              # Update a rpm remote
         | 
| 952 | 
            -
              data, status_code, headers = api_instance.update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote | 
| 913 | 
            +
              data, status_code, headers = api_instance.update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote)
         | 
| 953 914 | 
             
              p status_code # => 2xx
         | 
| 954 915 | 
             
              p headers # => { ... }
         | 
| 955 916 | 
             
              p data # => <AsyncOperationResponse>
         | 
| @@ -964,7 +925,6 @@ end | |
| 964 925 | 
             
            | ---- | ---- | ----------- | ----- |
         | 
| 965 926 | 
             
            | **rpm_rpm_remote_href** | **String** |  |  |
         | 
| 966 927 | 
             
            | **rpm_rpm_remote** | [**RpmRpmRemote**](RpmRpmRemote.md) |  |  |
         | 
| 967 | 
            -
            | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
         | 
| 968 928 |  | 
| 969 929 | 
             
            ### Return type
         | 
| 970 930 |  |