docs/ContentCollectionSignaturesApi.md in pulp_ansible_client-0.22.1 vs docs/ContentCollectionSignaturesApi.md in pulp_ansible_client-0.22.2

- old
+ new

@@ -33,11 +33,12 @@ api_instance = PulpAnsibleClient::ContentCollectionSignaturesApi.new signed_collection = 'signed_collection_example' # String | The content this signature is pointing to. 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 content unit. - upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit. + upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit. + file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit. } begin #Create a collection version signature result = api_instance.create(signed_collection, opts) @@ -54,10 +55,11 @@ ------------- | ------------- | ------------- | ------------- **signed_collection** | **String**| The content this signature is pointing to. | **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 content unit. | [optional] **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional] + **file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional] ### Return type [**AsyncOperationResponse**](AsyncOperationResponse.md) @@ -95,18 +97,19 @@ opts = { limit: 56, # Integer | Number of results to return per page. 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) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending) orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. + prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas. pubkey_fingerprint: 'pubkey_fingerprint_example', # String | Filter results where pubkey_fingerprint matches value pubkey_fingerprint__in: ['pubkey_fingerprint__in_example'], # Array<String> | Filter results where pubkey_fingerprint is in a comma-separated list of values 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. - 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 + q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters + repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN + repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN + repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN signed_collection: 'signed_collection_example', # String | Filter signatures for collection version signing_service: 'signing_service_example', # String | Filter signatures produced by signature service fields: ['fields_example'], # Array<String> | A list of fields to include in the response. exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } @@ -127,17 +130,18 @@ ------------- | ------------- | ------------- | ------------- **limit** | **Integer**| Number of results to return per page. | [optional] **offset** | **Integer**| The initial index from which to return the results. | [optional] **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] + **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional] **pubkey_fingerprint** | **String**| Filter results where pubkey_fingerprint matches value | [optional] **pubkey_fingerprint__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pubkey_fingerprint is in a comma-separated list of values | [optional] **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional] **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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] + **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional] + **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional] + **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional] + **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional] **signed_collection** | [**String**](.md)| Filter signatures for collection version | [optional] **signing_service** | [**String**](.md)| Filter signatures produced by signature service | [optional] **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional] **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]