put http://localhost:3000/v1/api/legal-bases/
update a specific Legal Basis
Log in to see full request history
Responses
update a specific Legal Basis
xxxxxxxxxx
11curl --request PUT \
--url http://localhost:3000/v1/api/legal-bases/legalBasisId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"legalBasisType": "consent"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: