Jump to: GET Response Notes | API Call Builder
Updates the properties of a TargetRule.
Limited to Brand-source rules.
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
NetworkToken | String | Network token |
Target | String | This calls action target |
Method | String | This calls action method |
rule_id | Integer | The TargetRule.id to update. |
json_data | String | The TargetRule properties to update, represented as JSON-formatted object string. This accepts a JSON-formatted object string rather than an object directly because we may wish to accept explicit null values for some regexes. |
GET Response Notes
The updated TargetRule.
Return response will be in the following format: ApiLibraryModelOfferTargetRule.
API Call Builder
Javascript is required to use the API Call Builder.