cURL
curl --request PUT \ --url https://{workspaceId}.clinia.cloud/catalog/v1/sources/{sourceKey} \ --header 'Content-Type: application/json' \ --header 'X-Clinia-API-Key: <api-key>' \ --data ' { "type": "registry" } '
{ "type": "registry", "key": "<string>" }
Create a data source.
Key of the data source, it must follow pattern: ^[a-zA-Z0-9-][\w-]{0,61}$.
^[a-zA-Z0-9-][\w-]{0,61}$
registry
A successful response when the data source was created.
Was this page helpful?