---
title: "POST /api/update-adapter"
method: POST
path: "/api/update-adapter"
tags: ["Adapter API"]
---

# POST /api/update-adapter

`POST /api/update-adapter`

update adapter

## Query parameters

- `id` string, required

## Request body

- ObjectAdapter
  - `createdTime` string
  - `database` string
  - `databaseType` string
  - `host` string
  - `name` string
  - `owner` string
  - `password` string
  - `port` integer
  - `table` string
  - `tableNamePrefix` string
  - `type` string
  - `user` string

## Response `200`

The Response object

---

[API](https://skmtc.net/casdoor/apis/casdoor-restful-api.md) · [All operations](https://skmtc.net/casdoor/apis/casdoor-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casdoor/casdoor-restful-api/versions/be9a5584b821/schema)
