docs/QualityApi.md in purecloudplatformclientv2-73.0.0 vs docs/QualityApi.md in purecloudplatformclientv2-75.0.0
- old
+ new
@@ -819,11 +819,11 @@
sort_by: "sort_by_example", # String | variable name requested to sort by
expand: ["expand_example"], # Array<String> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
recording_id: "recording_id_example", # String | id of the recording
- entity_type: "RECORDING" # String | entity type options: Recording, Calibration, Evaluation, Annotation, Screen_Recording
+ entity_type: "Recording" # String | entity type options: Recording, Calibration, Evaluation, Annotation, Screen_Recording
}
begin
#Get audits for conversation or recording
result = api_instance.get_quality_conversation_audits(conversation_id, opts)
@@ -843,10 +843,10 @@
**sort_by** | **String**| variable name requested to sort by | [optional] |
**expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional] |
**next_page** | **String**| next page token | [optional] |
**previous_page** | **String**| Previous page token | [optional] |
**recording_id** | **String**| id of the recording | [optional] |
- **entity_type** | **String**| entity type options: Recording, Calibration, Evaluation, Annotation, Screen_Recording | [optional] [default to RECORDING] |
+ **entity_type** | **String**| entity type options: Recording, Calibration, Evaluation, Annotation, Screen_Recording | [optional] [default to Recording] |
{: class="table table-striped"}
### Return type