Managed Content Provider Instance Input

Create or update a managed content provider instance.
Root XML tag
<ManagedContentProviderInput>
JSON example for creating a managed content provider instance
1{
2  "instanceKey" : "https://xxxxxx.com",
3  "isDefault" : "true",
4  "name" : "Bynder-Brand-1",
5  "providerLightningComponentId" : "106xxxxxxxxxxx"
6}
JSON example for updating a managed content provider instance
1{
2  "instanceKey" : "https://xxxxxx.com",
3  "isDefault" : "true",
4  "name" : "Bynder-Brand-1"
5}
Properties
Name Type Description Required or Optional Available Version
instanceKey String Provider instance key. Required for POST

At least one property is required for PATCH

65.0
isDefault Boolean Specifies whether the instance is the default instance (true) or not (false). Required for POST

At least one property is required for PATCH.

65.0
name String Name of the provider instance. Required for POST

At least one property is required for PATCH.

65.0
providerLightning​ComponentId String ID of the provider lightning component. Required for POST

This property isn’t supported for PATCH.

65.0