cURL
curl --request PUT \ --url https://{workspaceId}.clinia.cloud/mdm/v1/collections/{collectionKey} \ --header 'Content-Type: application/json' \ --header 'X-Clinia-API-Key: <api-key>' \ --data ' { "profile": { "sourceProfiles": [ { "source": "<string>", "type": "<string>" } ] }, "resolutionRule": { "resolvers": {}, "properties": {}, "mappings": [ { "source": "<string>", "type": "<string>", "paths": {} } ] } } '
{ "profile": { "sourceProfiles": [ { "source": "<string>", "type": "<string>" } ] }, "key": "<string>", "resolutionRule": { "resolvers": {}, "properties": {}, "mappings": [ { "source": "<string>", "type": "<string>", "paths": {} } ] } }
Create a collection in the MDM.
Key of the collection it must follow pattern: ^[a-zA-Z0-9-][\w-]{0,61}$.
^[a-zA-Z0-9-][\w-]{0,61}$
Show child attributes
A successful response when the collection was created.
Was this page helpful?