---
title: "更新导出模板"
method: PUT
path: "/sysExportTemplate/updateSysExportTemplate"
tags: ["SysExportTemplate"]
---

# 更新导出模板

`PUT /sysExportTemplate/updateSysExportTemplate`

## Request body

- SystemSysExportTemplate
  - `ID` integer — 主键ID
  - `conditions` SystemCondition[]
    - `ID` integer — 主键ID
    - `column` string
    - `createdAt` string — 创建时间
    - `from` string
    - `operator` string
    - `templateID` string
    - `updatedAt` string — 更新时间
  - `createdAt` string — 创建时间
  - `dbName` string — 数据库名称
  - `joinTemplate` SystemJoinTemplate[]
    - `ID` integer — 主键ID
    - `createdAt` string — 创建时间
    - `joins` string
    - `on` string
    - `table` string
    - `templateID` string
    - `updatedAt` string — 更新时间
  - `limit` integer
  - `name` string — 模板名称
  - `order` string
  - `tableName` string — 表名称
  - `templateID` string — 模板标识
  - `templateInfo` string — 模板信息
  - `updatedAt` string — 更新时间

## Response `200`

{"success":true,"data":{},"msg":"更新成功"}

- string

---

[API](https://skmtc.net/fisco-bcos/apis/gin-vue-admin-swagger-api.md) · [All operations](https://skmtc.net/fisco-bcos/apis/gin-vue-admin-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fisco-bcos/gin-vue-admin-swagger-api/versions/83281ff551eb/schema)
