Skip to main content
POST
/
workspace
/
{workspace_id}
/
import
Replace workspace content and configuration with imported archive
curl --request POST \
  --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'password=<string>' \
  --form file=@example-file
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "branch": {
    "id": 123,
    "created_at": "<string>",
    "updated_at": "<string>",
    "description": "<string>",
    "label": "<string>",
    "backup": true,
    "color": "#ebc346",
    "parent_id": 123,
    "guid": "<string>",
    "is_service": true,
    "workspace": {
      "id": 123
    },
    "user": {
      "id": 123,
      "name": "<string>",
      "email": "jsmith@example.com"
    },
    "history": {
      "function_enabled": true,
      "function_limit": 100,
      "middleware_enabled": true,
      "middleware_limit": 100,
      "query_enabled": true,
      "query_limit": 100,
      "task_enabled": true,
      "task_limit": 100,
      "tool_enabled": true,
      "tool_limit": 100,
      "trigger_enabled": true,
      "trigger_limit": 100
    },
    "middleware": {
      "function_pre": [
        {
          "name": "<string>",
          "as": "<string>",
          "context": {},
          "description": "<string>",
          "disabled": true,
          "mocks": {},
          "_xsid": "<string>",
          "input": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "settings_registry": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "output": {
            "customize": true,
            "filters": [
              {
                "name": "<string>",
                "disabled": true,
                "arg": [
                  {
                    "value": "<string>",
                    "tag": "input",
                    "filters": [
                      "<any>"
                    ]
                  }
                ]
              }
            ],
            "items": [
              {
                "name": "<string>",
                "children": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            ]
          },
          "addon": [
            {
              "id": {},
              "offset": "<string>",
              "as": "<string>",
              "children": [
                {
                  "id": {},
                  "offset": "<string>",
                  "as": "<string>",
                  "input": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "output": {
                    "customize": true,
                    "items": [
                      "<any>"
                    ]
                  },
                  "children": [
                    {}
                  ]
                }
              ],
              "input": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ]
                }
              ],
              "output": {
                "customize": true,
                "items": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            }
          ],
          "runtime": {
            "mode": "disabled",
            "cpu": "<string>",
            "memory": "<string>",
            "max_retry": 123,
            "timeout": 123
          }
        }
      ],
      "function_post": [
        {
          "name": "<string>",
          "as": "<string>",
          "context": {},
          "description": "<string>",
          "disabled": true,
          "mocks": {},
          "_xsid": "<string>",
          "input": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "settings_registry": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "output": {
            "customize": true,
            "filters": [
              {
                "name": "<string>",
                "disabled": true,
                "arg": [
                  {
                    "value": "<string>",
                    "tag": "input",
                    "filters": [
                      "<any>"
                    ]
                  }
                ]
              }
            ],
            "items": [
              {
                "name": "<string>",
                "children": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            ]
          },
          "addon": [
            {
              "id": {},
              "offset": "<string>",
              "as": "<string>",
              "children": [
                {
                  "id": {},
                  "offset": "<string>",
                  "as": "<string>",
                  "input": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "output": {
                    "customize": true,
                    "items": [
                      "<any>"
                    ]
                  },
                  "children": [
                    {}
                  ]
                }
              ],
              "input": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ]
                }
              ],
              "output": {
                "customize": true,
                "items": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            }
          ],
          "runtime": {
            "mode": "disabled",
            "cpu": "<string>",
            "memory": "<string>",
            "max_retry": 123,
            "timeout": 123
          }
        }
      ],
      "query_pre": [
        {
          "name": "<string>",
          "as": "<string>",
          "context": {},
          "description": "<string>",
          "disabled": true,
          "mocks": {},
          "_xsid": "<string>",
          "input": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "settings_registry": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "output": {
            "customize": true,
            "filters": [
              {
                "name": "<string>",
                "disabled": true,
                "arg": [
                  {
                    "value": "<string>",
                    "tag": "input",
                    "filters": [
                      "<any>"
                    ]
                  }
                ]
              }
            ],
            "items": [
              {
                "name": "<string>",
                "children": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            ]
          },
          "addon": [
            {
              "id": {},
              "offset": "<string>",
              "as": "<string>",
              "children": [
                {
                  "id": {},
                  "offset": "<string>",
                  "as": "<string>",
                  "input": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "output": {
                    "customize": true,
                    "items": [
                      "<any>"
                    ]
                  },
                  "children": [
                    {}
                  ]
                }
              ],
              "input": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ]
                }
              ],
              "output": {
                "customize": true,
                "items": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            }
          ],
          "runtime": {
            "mode": "disabled",
            "cpu": "<string>",
            "memory": "<string>",
            "max_retry": 123,
            "timeout": 123
          }
        }
      ],
      "query_post": [
        {
          "name": "<string>",
          "as": "<string>",
          "context": {},
          "description": "<string>",
          "disabled": true,
          "mocks": {},
          "_xsid": "<string>",
          "input": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "settings_registry": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "output": {
            "customize": true,
            "filters": [
              {
                "name": "<string>",
                "disabled": true,
                "arg": [
                  {
                    "value": "<string>",
                    "tag": "input",
                    "filters": [
                      "<any>"
                    ]
                  }
                ]
              }
            ],
            "items": [
              {
                "name": "<string>",
                "children": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            ]
          },
          "addon": [
            {
              "id": {},
              "offset": "<string>",
              "as": "<string>",
              "children": [
                {
                  "id": {},
                  "offset": "<string>",
                  "as": "<string>",
                  "input": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "output": {
                    "customize": true,
                    "items": [
                      "<any>"
                    ]
                  },
                  "children": [
                    {}
                  ]
                }
              ],
              "input": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ]
                }
              ],
              "output": {
                "customize": true,
                "items": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            }
          ],
          "runtime": {
            "mode": "disabled",
            "cpu": "<string>",
            "memory": "<string>",
            "max_retry": 123,
            "timeout": 123
          }
        }
      ],
      "task_pre": [
        {
          "name": "<string>",
          "as": "<string>",
          "context": {},
          "description": "<string>",
          "disabled": true,
          "mocks": {},
          "_xsid": "<string>",
          "input": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "settings_registry": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "output": {
            "customize": true,
            "filters": [
              {
                "name": "<string>",
                "disabled": true,
                "arg": [
                  {
                    "value": "<string>",
                    "tag": "input",
                    "filters": [
                      "<any>"
                    ]
                  }
                ]
              }
            ],
            "items": [
              {
                "name": "<string>",
                "children": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            ]
          },
          "addon": [
            {
              "id": {},
              "offset": "<string>",
              "as": "<string>",
              "children": [
                {
                  "id": {},
                  "offset": "<string>",
                  "as": "<string>",
                  "input": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "output": {
                    "customize": true,
                    "items": [
                      "<any>"
                    ]
                  },
                  "children": [
                    {}
                  ]
                }
              ],
              "input": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ]
                }
              ],
              "output": {
                "customize": true,
                "items": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            }
          ],
          "runtime": {
            "mode": "disabled",
            "cpu": "<string>",
            "memory": "<string>",
            "max_retry": 123,
            "timeout": 123
          }
        }
      ],
      "task_post": [
        {
          "name": "<string>",
          "as": "<string>",
          "context": {},
          "description": "<string>",
          "disabled": true,
          "mocks": {},
          "_xsid": "<string>",
          "input": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "settings_registry": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "output": {
            "customize": true,
            "filters": [
              {
                "name": "<string>",
                "disabled": true,
                "arg": [
                  {
                    "value": "<string>",
                    "tag": "input",
                    "filters": [
                      "<any>"
                    ]
                  }
                ]
              }
            ],
            "items": [
              {
                "name": "<string>",
                "children": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            ]
          },
          "addon": [
            {
              "id": {},
              "offset": "<string>",
              "as": "<string>",
              "children": [
                {
                  "id": {},
                  "offset": "<string>",
                  "as": "<string>",
                  "input": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "output": {
                    "customize": true,
                    "items": [
                      "<any>"
                    ]
                  },
                  "children": [
                    {}
                  ]
                }
              ],
              "input": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ]
                }
              ],
              "output": {
                "customize": true,
                "items": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            }
          ],
          "runtime": {
            "mode": "disabled",
            "cpu": "<string>",
            "memory": "<string>",
            "max_retry": 123,
            "timeout": 123
          }
        }
      ],
      "tool_pre": [
        {
          "name": "<string>",
          "as": "<string>",
          "context": {},
          "description": "<string>",
          "disabled": true,
          "mocks": {},
          "_xsid": "<string>",
          "input": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "settings_registry": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "output": {
            "customize": true,
            "filters": [
              {
                "name": "<string>",
                "disabled": true,
                "arg": [
                  {
                    "value": "<string>",
                    "tag": "input",
                    "filters": [
                      "<any>"
                    ]
                  }
                ]
              }
            ],
            "items": [
              {
                "name": "<string>",
                "children": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            ]
          },
          "addon": [
            {
              "id": {},
              "offset": "<string>",
              "as": "<string>",
              "children": [
                {
                  "id": {},
                  "offset": "<string>",
                  "as": "<string>",
                  "input": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "output": {
                    "customize": true,
                    "items": [
                      "<any>"
                    ]
                  },
                  "children": [
                    {}
                  ]
                }
              ],
              "input": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ]
                }
              ],
              "output": {
                "customize": true,
                "items": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            }
          ],
          "runtime": {
            "mode": "disabled",
            "cpu": "<string>",
            "memory": "<string>",
            "max_retry": 123,
            "timeout": 123
          }
        }
      ],
      "tool_post": [
        {
          "name": "<string>",
          "as": "<string>",
          "context": {},
          "description": "<string>",
          "disabled": true,
          "mocks": {},
          "_xsid": "<string>",
          "input": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "settings_registry": [
            {
              "name": "<string>",
              "value": "<string>",
              "tag": "input",
              "ignore": true,
              "expand": true,
              "children": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ],
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {}
                  ]
                }
              ],
              "filters": [
                {
                  "name": "<string>",
                  "disabled": true,
                  "arg": [
                    {
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "output": {
            "customize": true,
            "filters": [
              {
                "name": "<string>",
                "disabled": true,
                "arg": [
                  {
                    "value": "<string>",
                    "tag": "input",
                    "filters": [
                      "<any>"
                    ]
                  }
                ]
              }
            ],
            "items": [
              {
                "name": "<string>",
                "children": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            ]
          },
          "addon": [
            {
              "id": {},
              "offset": "<string>",
              "as": "<string>",
              "children": [
                {
                  "id": {},
                  "offset": "<string>",
                  "as": "<string>",
                  "input": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "output": {
                    "customize": true,
                    "items": [
                      "<any>"
                    ]
                  },
                  "children": [
                    {}
                  ]
                }
              ],
              "input": [
                {
                  "name": "<string>",
                  "value": "<string>",
                  "tag": "input",
                  "ignore": true,
                  "expand": true,
                  "children": [
                    {
                      "name": "<any>",
                      "value": "<any>",
                      "tag": "<any>",
                      "filters": "<any>",
                      "ignore": "<any>",
                      "expand": "<any>",
                      "children": "<any>"
                    }
                  ],
                  "filters": [
                    {
                      "name": "<any>",
                      "disabled": "<any>",
                      "arg": "<any>"
                    }
                  ]
                }
              ],
              "output": {
                "customize": true,
                "items": [
                  {
                    "name": "<string>",
                    "children": [
                      "<any>"
                    ]
                  }
                ]
              }
            }
          ],
          "runtime": {
            "mode": "disabled",
            "cpu": "<string>",
            "memory": "<string>",
            "max_retry": 123,
            "timeout": 123
          }
        }
      ]
    },
    "defaults": {
      "db_primary_key": "int"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
integer
required

Body

multipart/form-data
file
file
required
password
string

Response

Success!

id
integer
name
string
description
string
branch
object | null
I