---
title: "POST /api/update-plan"
method: POST
path: "/api/update-plan"
tags: ["Plan API"]
---

# POST /api/update-plan

`POST /api/update-plan`

update plan

## Query parameters

- `id` string, required

## Request body

- ObjectPlan
  - `createdTime` string
  - `currency` string
  - `description` string
  - `displayName` string
  - `isEnabled` boolean
  - `name` string
  - `options` string[]
  - `owner` string
  - `pricePerMonth` number, double
  - `pricePerYear` number, double
  - `role` 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)
