put https://api.sandbox.zusapi.com/auth/app-clients/
Updates an app client, updating all fields. Any fields omitted in the request body will be blanked in the existing app client object.
Log in to see full request history
Response
Updates an app client, updating all fields. Any fields omitted in the request body will be blanked in the existing app client object.
xxxxxxxxxx
15curl --request PUT \
--url https://api.sandbox.zusapi.com/auth/app-clients/id \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "auth/app-clients",
"attributes": {
"type": "native",
"userType": "individual"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: