Skip to content

Makes a suite the entitlement's governing one — the suite its plan, trial, temporary override and add-ons belong to. The suite need not have a member attached to this entitlement yet.

PUT
/api/v1/provision/admin/entitlements/{entitlementId}/governing-suite/{suiteId}
curl --request PUT \
--url https://example.com/api/v1/provision/admin/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/governing-suite/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0

Clears the plan assignment, because the plan it named belongs to a suite that is now an add-on. Refused while a temporary override is running or a plan-change request is pending.

entitlementId
required
string format: uuid

Target entitlement.

suiteId
required
string format: uuid

The suite to make governing.

OK

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