Makes the entitlement's products exactly the suite's members — repoints governance, attaches what is missing, and <b>detaches what is not a member</b>. Use this rather than governing-suite + attach + N deletes: those can be refused partway through and leave the entitlement holding half of two suites.
PUT
/api/v1/provision/admin/entitlements/{entitlementId}/suites/{suiteId}/sync
const url = 'https://example.com/api/v1/provision/admin/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/suites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/sync';const options = {method: 'PUT'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request PUT \ --url https://example.com/api/v1/provision/admin/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/suites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/syncRefused before anything is detached, never partway through. A temporary override blocks it whenever the call would empty the entitlement; a pending plan-change request blocks it only when the call actually repoints governance, since a same-suite repair does not touch the plan. Detaching is the point: an entitlement’s products are its suite’s members.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”entitlementId
required
string format: uuid
Target entitlement.
suiteId
required
string format: uuid
The suite to reconcile against.
Responses
Section titled “Responses”OK
Bad Request
object
type
null | string
title
null | string
status
null | integer | string format: int32
detail
null | string
instance
null | string
object
type
null | string
title
null | string
status
null | integer | string format: int32
detail
null | string
instance
null | string
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
type
null | string
title
null | string
status
null | integer | string format: int32
detail
null | string
instance
null | string
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Not Found
object
type
null | string
title
null | string
status
null | integer | string format: int32
detail
null | string
instance
null | string
object
type
null | string
title
null | string
status
null | integer | string format: int32
detail
null | string
instance
null | string
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
type
null | string
title
null | string
status
null | integer | string format: int32
detail
null | string
instance
null | string
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}