docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.20.3 vs docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.20.4

- old
+ new

@@ -31,12 +31,12 @@ end api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new opts = { artifact: 'artifact_example', # String | Artifact file representing the physical content - upload: 'upload_example', # String | An uncommitted upload 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. + upload: 'upload_example', # String | An uncommitted upload 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 artifact of the content unit. expected_name: 'expected_name_example', # String | The name of the collection. expected_namespace: 'expected_namespace_example', # String | The namespace of the collection. expected_version: 'expected_version_example' # String | The version of the collection. } @@ -54,11 +54,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **artifact** | **String**| Artifact file representing the physical content | [optional] - **upload** | **String**| An uncommitted upload 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] + **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional] **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional] **expected_name** | **String**| The name of the collection. | [optional] **expected_namespace** | **String**| The namespace of the collection. | [optional] **expected_version** | **String**| The version of the collection. | [optional]