docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.16.2 vs docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.16.4
- old
+ new
@@ -1,8 +1,8 @@
# PulpAnsibleClient::ContentCollectionVersionsApi
-All URIs are relative to *https://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 = {
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.
}
@@ -54,13 +54,13 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**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
@@ -102,13 +102,11 @@
is_highest: true, # Boolean |
limit: 56, # Integer | Number of results to return per page.
name: 'name_example', # String |
namespace: 'namespace_example', # String |
offset: 56, # Integer | The initial index from which to return the results.
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `version` - Version * `-version` - Version (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
+ ordering: ['ordering_example'], # Array<String> | Ordering
q: 'q_example', # String |
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
@@ -134,12 +132,10 @@
**is_highest** | **Boolean**| | [optional]
**limit** | **Integer**| Number of results to return per page. | [optional]
**name** | **String**| | [optional]
**namespace** | **String**| | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [optional]
- **ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `version` - Version * `-version` - Version (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
- **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
- **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
+ **ordering** | [**Array<String>**](String.md)| Ordering | [optional]
**q** | **String**| | [optional]
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]