cURL
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.
A zip file to import.
The body is of type object.
object
successful operation
Show child attributes
Was this page helpful?