docs/PulpAnsibleApiV3CollectionsAllApi.md in pulp_ansible_client-0.15.4 vs docs/PulpAnsibleApiV3CollectionsAllApi.md in pulp_ansible_client-0.15.6

- old
+ new

@@ -1,8 +1,8 @@ # PulpAnsibleClient::PulpAnsibleApiV3CollectionsAllApi -All URIs are relative to *https://pulp* +All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**list**](PulpAnsibleApiV3CollectionsAllApi.md#list) | **GET** /pulp_ansible/galaxy/{path}/api/v3/collections/all/ | @@ -32,13 +32,11 @@ path = 'path_example' # String | opts = { deprecated: true, # Boolean | name: 'name_example', # String | namespace: 'namespace_example', # String | - 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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (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 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. } begin @@ -56,12 +54,10 @@ ------------- | ------------- | ------------- | ------------- **path** | **String**| | **deprecated** | **Boolean**| | [optional] **name** | **String**| | [optional] **namespace** | **String**| | [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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [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] + **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [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] ### Return type