Skip to content

Updates a suite's metadata.

PUT
/api/v1/provision/admin/suites/{suiteId}
curl --request PUT \
--url https://example.com/api/v1/provision/admin/suites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "description": "example" }'
suiteId
required
string format: uuid

Suite id.

Updated suite metadata.

Admin update payload for a suite’s metadata (membership is managed separately).

object
name
string
description
string
Examplegenerated
{
"name": "example",
"description": "example"
}

OK

A suite: an ordered set of member products sold together, and the owner of the usage plan sets (tiers) that configure them.

object
id
string format: uuid
code
string
name
string
description
string
members
Array<object>

One member product of a suite, in sell order.

object
productId
string format: uuid
productCode
string
productName
string
sortOrder
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
isImplicit

True for the suite auto-created behind a product the first time it is priced, rather than one an operator built. Listing excludes these by default; pass includeImplicit to see them. Becomes false permanently once a second product joins.

boolean

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string