---
title: "POST /api/update-pricing"
method: POST
path: "/api/update-pricing"
tags: ["Pricing API"]
---

# POST /api/update-pricing

`POST /api/update-pricing`

update pricing

## Query parameters

- `id` string, required

## Request body

- ObjectPricing
  - `application` string
  - `approveTime` string
  - `approver` string
  - `createdTime` string
  - `description` string
  - `displayName` string
  - `isEnabled` boolean
  - `name` string
  - `owner` string
  - `plans` string[]
  - `state` string
  - `submitter` string
  - `trialDuration` integer

## 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)
