docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.13.1 vs docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.13.2
- old
+ new
@@ -33,12 +33,12 @@
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
name = 'name_example' # String | The name of the collection.
namespace = 'namespace_example' # String | The namespace of the collection.
version = 'version_example' # String | The version of the collection.
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 artifact of the content unit.
+ repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
}
begin
#Create a collection version
result = api_instance.create(name, namespace, version, opts)
@@ -54,11 +54,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**name** | **String**| The name of the collection. |
**namespace** | **String**| The namespace of the collection. |
**version** | **String**| The version of the collection. |
- **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]
+ **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
### Return type
[**AsyncOperationResponse**](AsyncOperationResponse.md)