Path Parameters
Fusion application name that contains the templates.
Query Parameters
The legacy parameter that is the same as the staging parameter. This field indicates if the request is set to retrieve published or unpublished (staging) templates. The default of false
retrieves published templates. If set to true
, the request retrieves unpublished (staging) templates.
This field indicates if the request is set to retrieve published or unpublished (staging) templates. The default of false
retrieves published templates. If set to true
, the request retrieves unpublished (staging) templates.
Body
Submit updates, create, or delete template information for the specified Fusion application.
The comma-separated list of template types to retrieve. Options include item-detail, landing, and typeahead. The default is landing
.
"The POST request parameter is: dictionary[string,array[string]]
A dictionary is also called a map or hashmap has the form of: {"key1": "value1", "key2" : 2, "key3" : "value3"}
string
contains any characters in '' or "
And array [string]
is an array (or list) that contains only strings such as ["one", "two", "a", "B", "bubbles"]
Example 1:
{"key1" : "value1",
"key2" : ["one", "two", "a", "B", "bubbles"],
"key3" : ["five bubbles", "sunny"],
"key4" : "value4"}
Example 2:
{"key1" : ["one", "two", "a", "B", "bubbles"],
"key2" : ["five bubbles", "sunny"]"}
Response
OK