Skip to main content
PUT
/
api
/
management
/
customers
/
{customer}
Atualizar cliente
curl --request PUT \
  --url https://api.olie.ai/api/management/customers/{customer} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer
string<uuid>
required

Response

200

200