cURL
curl --request PATCH \ --url https://api.console.corti.app/functions/v1/public/projects/{projectId}/customers/{customerId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "displayName": "admin", "customerId": "contosohospital", "isNfr": false }'
{ "displayName": "admin", "tenantName": "base", "region": "eu", "customerId": "contosohospital", "isNfr": false, "createdAt": "2023-10-01T12:00:00Z" }
Update specific fields of a customer. Only provided fields will be updated.
64
14
eu
us
Was this page helpful?