put http://localhost:3000/v1/api/data-transfers/
update a specific Data Transfer
Log in to see full request history
Responses
update a specific Data Transfer
xxxxxxxxxx
13curl --request PUT \
--url http://localhost:3000/v1/api/data-transfers/dataTransferId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"safeguard": {
"isConsent": "false"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: