docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md in pulp_ansible_client-0.16.2 vs docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md in pulp_ansible_client-0.16.4
- old
+ new
@@ -1,8 +1,8 @@
# PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi
-All URIs are relative to *https://pulp*
+All URIs are relative to *http://localhost:24817*
Method | HTTP request | Description
------------- | ------------- | -------------
[**delete**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md#delete) | **DELETE** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ |
[**list**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md#list) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/ |
@@ -93,13 +93,11 @@
deprecated: 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) * `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
@@ -119,12 +117,10 @@
**deprecated** | **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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (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]
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
### Return type