PUT
/
core
/
customer
/
{id}
curl --request PUT \
  --url https://api.openint.dev/v0/core/customer/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "metadata": "<any>"
}'
{
  "id": "<string>",
  "orgId": "<string>",
  "metadata": "<any>"
}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Path Parameters

id
string
required

Body

application/json
metadata
any

Response

200
application/json
Successful response
id
string
required
orgId
string
required
metadata
any