docs/QualityApi.md in purecloudplatformclientv2-76.0.0 vs docs/QualityApi.md in purecloudplatformclientv2-77.0.0
- old
+ new
@@ -2590,11 +2590,11 @@
<a name="get_quality_surveys_scorable"></a>
-## [**ScorableSurvey**](ScorableSurvey.html) get_quality_surveys_scorable(opts)
+## [**ScorableSurvey**](ScorableSurvey.html) get_quality_surveys_scorable(customer_survey_url)
Get a survey as an end-customer, for the purposes of scoring it.
@@ -2611,27 +2611,26 @@
# load the gem
require 'purecloudplatformclientv2'
api_instance = PureCloud::QualityApi.new
-opts = {
- customer_survey_url: "customer_survey_url_example" # String | customerSurveyUrl
-}
+customer_survey_url = "customer_survey_url_example" # String | customerSurveyUrl
+
begin
#Get a survey as an end-customer, for the purposes of scoring it.
- result = api_instance.get_quality_surveys_scorable(opts)
+ result = api_instance.get_quality_surveys_scorable(customer_survey_url)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling QualityApi->get_quality_surveys_scorable: #{e}"
end
```
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **customer_survey_url** | **String**| customerSurveyUrl | [optional] |
+ **customer_survey_url** | **String**| customerSurveyUrl | |
{: class="table table-striped"}
### Return type