---
title: "修改岗位接口"
method: PUT
path: "/api/v1/post/update"
tags: ["System系统管理"]
---

# 修改岗位接口

`PUT /api/v1/post/update`

修改岗位接口

## Request body

- ModelSysPost
  - `createTime` UtilHTime
    - `time.Time` string
  - `id` integer — ID
  - `postCode` string — 岗位编码
  - `postName` string — 岗位名称
  - `postStatus` integer — 状态（1->正常 2->停用）
  - `remark` string — 备注

## Response `200`

OK

- ResultResult
  - `code` integer — 状态码
  - `data` unknown
  - `message` string — 提示信息

---

[API](https://skmtc.net/opsre/apis/devops.md) · [All operations](https://skmtc.net/opsre/apis/devops/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/devops/versions/25cac8835c4c/schema)
