Updates the details of an input control of a report.
PUT <webiURL>/documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}
Where:
The update of an input control must adhere to the following rules:
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
PUT <webiURL>/documents/7214/reports/1/inputcontrols/R1.IF2
Request body:
<inputcontrol> <name>IC Label</name> <radioButtons allowAllValuesSelection="true" useCustom="false" numberOfLines="5" operator="NotEqual"/> <assignedDataObject refId="DP0.DO4"/> <assignedReportElements> <assignedReportElement refId="2"/> </assignedReportElements> </inputcontrol>
Response:
<success> <message>The resource of type 'InputControl' with identifier 'R1.IF2' has been successfully updated.</message> <id>R1.IF2</id> </success>