PUT
/
api
/
v1
/
dataStore
/
{org_id}
/
dataStores
/
{dataStore_id}
/
update
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
}'

Headers

Authorization
string
required

Path Parameters

org_id
string
required
dataStore_id
string
required

Body

*/*