Updates Export Template
PUT https://api.convertiser.com/publisher/products/export_templates/{uuid}/
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | Required |
The request body takes a complete ExportTemplate resource, containing the following writable properties:
{
"_version": "integer",
"fields": "string",
"output_format": "string",
"subaccount": "string",
"title": "string",
"website": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
_version | integer |
Optimistic Object Lock |
|
fields | string | ||
output_format | string |
Possible values are:
|
|
subaccount | string |
A SubID allows to pass unique markers into the tracking link. A SubID should has only 32 alpha-numeric symbols, underscore and minus. |
Optional |
title | string | ||
website | string |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK | ExportTemplate |