curl --request PUT \
--url https://app.aptlystar.ai/api/v1/dataStore/{org_id}/dataStores/{dataStore_id}/update \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"dataStoreTitle": "<string>",
"dataStoreDescription": "<string>",
"activeStatus": "<string>",
"allowToLinkWithOtherDataStore": true
}'
curl --request PUT \
--url https://app.aptlystar.ai/api/v1/dataStore/{org_id}/dataStores/{dataStore_id}/update \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"dataStoreTitle": "<string>",
"dataStoreDescription": "<string>",
"activeStatus": "<string>",
"allowToLinkWithOtherDataStore": true
}'