POST
/
objects
/
substitutions
List imported variables
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>"
}

Body

application/zip · object

A zip file to import.

The body is of type object.

Response

200 - application/json

successful operation

The response is of type object.