docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.18.2 vs docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.18.3

- old
+ new

@@ -1,8 +1,8 @@ # PulpAnsibleClient::ContentCollectionVersionsApi -All URIs are relative to *http://pulp* +All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**create**](ContentCollectionVersionsApi.md#create) | **POST** /pulp/api/v3/content/ansible/collection_versions/ | Create a collection version [**list**](ContentCollectionVersionsApi.md#list) | **GET** /pulp/api/v3/content/ansible/collection_versions/ | List collection versions @@ -31,13 +31,13 @@ end api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new opts = { 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. - 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. + 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. 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,12 +54,12 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **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] - **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] + **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] **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