docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.17.3 vs docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.17.4

- old
+ new

@@ -30,14 +30,14 @@ config.password = 'YOUR PASSWORD' end api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.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. - artifact: 'artifact_example', # String | Artifact file representing the physical content + file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit. upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit. + artifact: 'artifact_example', # String | Artifact file representing the physical content 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 ------------- | ------------- | ------------- | ------------- - **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] - **artifact** | **String**| Artifact file representing the physical content | [optional] + **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional] **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional] + **artifact** | **String**| Artifact file representing the physical content | [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