Jump to: GET Response Notes | API Call Builder
Updates specified properties of an existing custom page based on a supplied object ID.
| Name | Type | Description |
|---|---|---|
| NetworkId | Url | Network ID |
| NetworkToken | String | Network token |
| Target | Nullable String | This calls action target |
| Method | String | This calls action target |
| id | Integer | ID of CustomPage object |
| data | Object | CustomPage model propertiesShow Supported Parameters |
| return_object | Boolean | Returns created object if true; default true |
GET Response Notes
If return_object is true, array: CustomPage model properties
If return_object is false, boolean: true if update is successful
API Call Builder
Javascript is required to use the API Call Builder.