docs/ContentAdvisoriesApi.md in pulp_rpm_client-3.22.2 vs docs/ContentAdvisoriesApi.md in pulp_rpm_client-3.22.3

- old
+ new

@@ -30,12 +30,12 @@ config.password = 'YOUR PASSWORD' end api_instance = PulpRpmClient::ContentAdvisoriesApi.new opts = { - file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit. - repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with. + repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with. + file: File.new('/path/to/file') # File | An uploaded file that may be turned into the artifact of the content unit. } begin #Create an update record result = api_instance.create(opts) @@ -48,11 +48,11 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional] **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional] + **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional] ### Return type [**AsyncOperationResponse**](AsyncOperationResponse.md)