docs/RepositoriesAnsibleApi.md in pulp_ansible_client-0.16.2 vs docs/RepositoriesAnsibleApi.md in pulp_ansible_client-0.16.4

- old
+ new

@@ -1,8 +1,8 @@ # PulpAnsibleClient::RepositoriesAnsibleApi -All URIs are relative to *https://pulp* +All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**create**](RepositoriesAnsibleApi.md#create) | **POST** /pulp/api/v3/repositories/ansible/ansible/ | Create an ansible repository [**delete**](RepositoriesAnsibleApi.md#delete) | **DELETE** {ansible_ansible_repository_href} | Delete an ansible repository @@ -150,23 +150,13 @@ name__contains: 'name__contains_example', # String | Filter results where name contains value name__icontains: 'name__icontains_example', # String | Filter results where name contains value name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values name__startswith: 'name__startswith_example', # String | Filter results where name starts with value 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (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 pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string remote: 'remote_example', # String | Foreign Key referenced by HREF - retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value - retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value - retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value - retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value - retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value - retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value - retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value - retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values 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 @@ -188,22 +178,12 @@ **name__contains** | **String**| Filter results where name contains value | [optional] **name__icontains** | **String**| Filter results where name contains value | [optional] **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional] **name__startswith** | **String**| Filter results where name starts with value | [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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (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] **pulp_label_select** | **String**| Filter labels by search string | [optional] **remote** | **String**| Foreign Key referenced by HREF | [optional] - **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional] - **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional] - **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional] - **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional] - **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional] - **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional] - **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional] - **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [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