put https://qa.connect.calamp.com/connect/services/roles/
Returns the updated Role
Log in to see full request history
Response
Returns the updated Role
xxxxxxxxxx
11curl --request PUT \
--url https://qa.connect.calamp.com/connect/services/roles/id \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"role": {
"version": 0
}
}
'
Try It!
to start a request and see the response here!