Skip to main content
PUT
/
api
/
Clients
/
{clientId}
/
Owners
Update a clients owners.
curl --request PUT \
  --url https://api.example.com/api/Clients/{clientId}/Owners \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

clientId
integer<int32>
required

Body

application/json

Response

200

OK