| responseProfile:update | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Update response profile by id |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| id | int | V | |||
| updateResponseProfile | KalturaResponseProfile | V | |||
| Output Type | |||||
| KalturaResponseProfile | |||||
| Errors | |||||
| RESPONSE_PROFILE_ID_NOT_FOUND;ID;Response profile id [@ID@] not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=responseProfile&action=update POST fields: id updateResponseProfile:relatedObjects updateResponseProfile:name updateResponseProfile:type updateResponseProfile:fields updateResponseProfile:filter updateResponseProfile:pager updateResponseProfile:relatedProfiles updateResponseProfile:mappings updateResponseProfile:id updateResponseProfile:systemName updateResponseProfile:partnerId updateResponseProfile:createdAt updateResponseProfile:updatedAt updateResponseProfile:status updateResponseProfile:version |
|||||