PUT api/profiles/{profileId}/operations/{clientOperationId}?isAutomatic={isAutomatic}
Edits an existent profile operation.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
profileId |
Identifier of the profile. |
integer |
Required |
clientOperationId |
Identifier of the client operation. |
string |
Required |
isAutomatic |
Value indicating whether a client operation is automatic (true) or not (false). |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Action result.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.