docs/AnsibleCollectionsApi.md in pulp_ansible_client-0.7.1 vs docs/AnsibleCollectionsApi.md in pulp_ansible_client-0.7.2
- old
+ new
@@ -30,12 +30,12 @@
end
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
opts = {
limit: 56, # Integer | Number of results to return per page.
- name: 'name_example', # String | name
- namespace: 'namespace_example', # String | namespace
+ name: 'name_example', # String |
+ namespace: 'namespace_example', # String |
offset: 56, # Integer | The initial index from which to return the results.
ordering: 'ordering_example', # String | Which field to use when ordering the results.
fields: 'fields_example', # String | A list of fields to include in the response.
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
}
@@ -53,11 +53,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**limit** | **Integer**| Number of results to return per page. | [optional]
- **name** | **String**| name | [optional]
- **namespace** | **String**| namespace | [optional]
+ **name** | **String**| | [optional]
+ **namespace** | **String**| | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [optional]
**ordering** | **String**| Which field to use when ordering the results. | [optional]
**fields** | **String**| A list of fields to include in the response. | [optional]
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]