docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.21.2 vs docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.21.3

- old
+ new

@@ -30,14 +30,14 @@ config.password = 'YOUR PASSWORD' 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 content unit. file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit. + artifact: 'artifact_example', # String | Artifact file representing the physical content 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 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. } @@ -53,13 +53,13 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **artifact** | **String**| Artifact file representing the physical content | [optional] + **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional] **file** | **File**| An uploaded file that may be turned into the content unit. | [optional] + **artifact** | **String**| Artifact file representing the physical content | [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 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] ### Return type