docs/ContentAdvisoriesApi.md in pulp_rpm_client-3.23.4 vs docs/ContentAdvisoriesApi.md in pulp_rpm_client-3.24.0

- old
+ new

@@ -31,11 +31,12 @@ end api_instance = PulpRpmClient::ContentAdvisoriesApi.new opts = { 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. + file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit. + upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit. } begin #Create an update record result = api_instance.create(opts) @@ -49,10 +50,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **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] + **file** | **File**| An uploaded file that may be turned into the content unit. | [optional] + **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional] ### Return type [**AsyncOperationResponse**](AsyncOperationResponse.md)