---
title: "更新SysDictionaryDetail"
method: PUT
path: "/sysDictionaryDetail/updateSysDictionaryDetail"
tags: ["SysDictionaryDetail"]
---

# 更新SysDictionaryDetail

`PUT /sysDictionaryDetail/updateSysDictionaryDetail`

## Request body

- SystemSysDictionaryDetail
  - `createdAt` string — 创建时间
  - `id` integer — 主键ID
  - `label` string — 展示值
  - `sort` integer — 排序标记
  - `status` boolean — 启用状态
  - `sysDictionaryID` integer — 关联标记
  - `updatedAt` string — 更新时间
  - `value` integer — 字典值

## Response `200`

更新SysDictionaryDetail

- object
  - `code` integer
  - `data` unknown
  - `msg` string

---

[API](https://skmtc.dev/fisco-bcos/apis/swagger-example-api.md) · [All operations](https://skmtc.dev/fisco-bcos/apis/swagger-example-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fisco-bcos/swagger-example-api/revisions/7e1e58d58189/schema)
