curl --request POST \
--url https://{FUSION HOST}/api/objects/substitutions \
--header 'Content-Type: application/zip' \
--data '{}'
{
"properties": [
{
"id": "<string>",
"schema": {
"type": "<string>",
"title": "<string>",
"description": "<string>",
"hints": [
"<string>"
]
}
}
],
"values": {},
"zipFileToken": "<string>"
}
Returns variables declared in an imported zip file.
curl --request POST \
--url https://{FUSION HOST}/api/objects/substitutions \
--header 'Content-Type: application/zip' \
--data '{}'
{
"properties": [
{
"id": "<string>",
"schema": {
"type": "<string>",
"title": "<string>",
"description": "<string>",
"hints": [
"<string>"
]
}
}
],
"values": {},
"zipFileToken": "<string>"
}
A zip file to import.
The body is of type object
.
successful operation
The response is of type object
.
Was this page helpful?