Skip to main content
PUT
/
prices
/
{priceId}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Path Parameters

priceId
string<uuid>
required

Body

application/json
name
string
required
Required string length: 1 - 250
termUnit
enum<string>
required
Available options:
day,
week,
month,
year
termCount
integer<int32>
required
Required range: 1 <= x <= 10000
priceModel
enum<string>
required
Available options:
fee,
volume,
graduated,
package
description
string | null
Maximum string length: 4000
pricing
object

Response

Unauthorized

type
string | null
title
string | null
status
integer<int32> | null
detail
string | null
instance
string | null
{key}
any