Method: PureCloud::QualityApi#post_publishedforms
- Defined in:
- lib/purecloud/api/quality_api.rb
#post_publishedforms(body, opts = {}) ⇒ EvaluationForm
Publish an evaluation form.
1786 1787 1788 1789 |
# File 'lib/purecloud/api/quality_api.rb', line 1786 def post_publishedforms(body, opts = {}) data, status_code, headers = post_publishedforms_with_http_info(body, opts) return data end |