CMS Digital Asset Management Provider
Update or delete a digital asset management (DAM) provider instance.
- Resource
-
1/connect/cms/digital-asset-management-providers/providerInstanceId - Available version
- 65.0
- HTTP methods
- PATCH, DELETE
PATCH is available in version 66.0 and later.
You can’t delete a DAM provider instance that’s in use. Delete managed content that’s associated with a DAM provider instance before deleting the instance.
- Request body for PATCH
-
- Root XML tag
- <ManagedContentProviderInput>
- 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 providerLightningComponentId String ID of the provider lightning component. Required for POST This property isn’t supported for PATCH.
65.0
- Response body for PATCH
- Managed Content Provider Instance
- Response for DELETE
- 204: Successful Delete