cURL
curl --request PATCH \ --url https://api.malga.io/v1/customers/{id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --header 'X-Client-Id: <api-key>' \ --data ' { "name": "<string>", "phoneNumber": "<string>" } '
Documentation IndexFetch the complete documentation index at: https://docs.malga.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.malga.io/llms.txt
Use this file to discover all available pages before exploring further.
id do customers que deseja alterar
nome do usuario
telefone de contato do usuario
Show child attributes
The record has been successfully updated.
Was this page helpful?