BlueConic · Example Payload

Updatecontentstore Response 200

Update store

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Updatecontentstore Response 200 is an example object payload from BlueConic, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "PUT /contentStores/{contentStore} 200 - Response body",
  "description": "Update store",
  "value": "{\n  \"id\": \"2613c9d6-a179-4c79-b6d2-1618a53fbc64\",\n  \"name\": \"my content store\",\n  \"description\": \"A content store description\",\n  \"creationDate\": \"2025-04-17T14:00:46.920Z\",\n  \"lastModifiedDate\": \"2025-04-17T14:00:46.920Z\",\n  \"creator\": {\n    \"fullName\": \"ondemand@blueconic.com\",\n    \"userName\": \"ondemand@blueconic.com\"\n  },\n  \"lastModifiedUser\": {\n    \"fullName\": \"ondemand@blueconic.com\",\n    \"userName\": \"ondemand@blueconic.com\"\n  },\n  \"storeType\": \"CONTENT\",\n  \"tags\": []\n}"
}