put http://localhost:3000/v1/api/data-sources/
update a specific Data Support
Log in to see full request history
Responses
update a specific Data Support
xxxxxxxxxx
11curl --request PUT \
--url http://localhost:3000/v1/api/data-sources/dataSourceId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"storageState": "production"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: