docs/ContentAdvisoriesApi.md in pulp_rpm_client-3.11.1 vs docs/ContentAdvisoriesApi.md in pulp_rpm_client-3.11.2

- old
+ new

@@ -67,11 +67,11 @@ - **Accept**: application/json ## list -> PaginatedrpmUpdateRecordResponseList list(opts) +> InlineResponse200 list(opts) List update records A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord. @@ -87,27 +87,27 @@ config.password = 'YOUR PASSWORD' end api_instance = PulpRpmClient::ContentAdvisoriesApi.new opts = { - id: 'id_example', # String | Filter results where id matches value - id__in: ['id__in_example'], # Array<String> | Filter results where id is in a comma-separated list of values + id: 'id_example', # String | id + id__in: 'id__in_example', # String | id__in 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', # String | Which field to use when ordering the results. - 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 - severity: 'severity_example', # String | Filter results where severity matches value - severity__in: ['severity__in_example'], # Array<String> | Filter results where severity is in a comma-separated list of values - severity__ne: 'severity__ne_example', # String | Filter results where severity not equal to value - status: 'status_example', # String | Filter results where status matches value - status__in: ['status__in_example'], # Array<String> | Filter results where status is in a comma-separated list of values - status__ne: 'status__ne_example', # String | Filter results where status not equal to value - type: 'type_example', # String | Filter results where type matches value - type__in: ['type__in_example'], # Array<String> | Filter results where type is in a comma-separated list of values - type__ne: 'type__ne_example', # String | Filter results where type not equal to value + repository_version: 'repository_version_example', # String | repository_version + repository_version_added: 'repository_version_added_example', # String | repository_version_added + repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed + severity: 'severity_example', # String | severity + severity__in: 'severity__in_example', # String | severity__in + severity__ne: 'severity__ne_example', # String | severity__ne + status: 'status_example', # String | status + status__in: 'status__in_example', # String | status__in + status__ne: 'status__ne_example', # String | status__ne + type: 'type_example', # String | type + type__in: 'type__in_example', # String | type__in + type__ne: 'type__ne_example', # String | type__ne 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. } begin @@ -122,32 +122,32 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **id** | **String**| Filter results where id matches value | [optional] - **id__in** | [**Array&lt;String&gt;**](String.md)| Filter results where id is in a comma-separated list of values | [optional] + **id** | **String**| id | [optional] + **id__in** | **String**| id__in | [optional] **limit** | **Integer**| Number of results to return per page. | [optional] **offset** | **Integer**| The initial index from which to return the results. | [optional] **ordering** | **String**| Which field to use when ordering the results. | [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] - **severity** | **String**| Filter results where severity matches value | [optional] - **severity__in** | [**Array&lt;String&gt;**](String.md)| Filter results where severity is in a comma-separated list of values | [optional] - **severity__ne** | **String**| Filter results where severity not equal to value | [optional] - **status** | **String**| Filter results where status matches value | [optional] - **status__in** | [**Array&lt;String&gt;**](String.md)| Filter results where status is in a comma-separated list of values | [optional] - **status__ne** | **String**| Filter results where status not equal to value | [optional] - **type** | **String**| Filter results where type matches value | [optional] - **type__in** | [**Array&lt;String&gt;**](String.md)| Filter results where type is in a comma-separated list of values | [optional] - **type__ne** | **String**| Filter results where type not equal to value | [optional] + **repository_version** | **String**| repository_version | [optional] + **repository_version_added** | **String**| repository_version_added | [optional] + **repository_version_removed** | **String**| repository_version_removed | [optional] + **severity** | **String**| severity | [optional] + **severity__in** | **String**| severity__in | [optional] + **severity__ne** | **String**| severity__ne | [optional] + **status** | **String**| status | [optional] + **status__in** | **String**| status__in | [optional] + **status__ne** | **String**| status__ne | [optional] + **type** | **String**| type | [optional] + **type__in** | **String**| type__in | [optional] + **type__ne** | **String**| type__ne | [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] ### Return type -[**PaginatedrpmUpdateRecordResponseList**](PaginatedrpmUpdateRecordResponseList.md) +[**InlineResponse200**](InlineResponse200.md) ### Authorization [basicAuth](../README.md#basicAuth)