Skip to main content
PUT
/
v1
/
sdk
/
products
/
{productRef}
/
plans
/
{planRef}
Update a plan for a product
curl --request PUT \
  --url https://api.example.com/v1/sdk/products/{productRef}/plans/{planRef} \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

productRef
string
required

Product reference or ID

planRef
string
required

Plan reference or ID

Body

application/json

The body is of type object.

Response

200 - undefined