Welcome to our new documentation website! Explore the updated structure and resources to help you get the most out of Clinia's platform.
cURL
curl --request PUT \ --url https://{workspaceId}.clinia.cloud/mdm/v1/collections/{collectionKey} \ --header 'Content-Type: application/json' \ --data '{ "profile": { "sourceProfiles": [ { "source": "<string>", "type": "<string>" } ] }, "resolutionRule": { "resolvers": {}, "matchers": {}, "properties": {}, "mappings": [ { "source": "<string>", "type": "<string>", "paths": {} } ] } }'
{ "key": "<string>", "profile": { "sourceProfiles": [ { "source": "<string>", "type": "<string>" } ] }, "resolutionRule": { "resolvers": {}, "matchers": {}, "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?