Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://community.goil.app/api/v1/external/account/{accountId} \ --header 'Content-Type: application/json' \ --data ' { "phone": "<string>", "attributesValue": [ { "attributeId": "<string>", "value": { "text": "", "number": 0, "boolean": false, "date": "2023-11-07T05:31:56Z", "image": "<string>" }, "tag": "<string>" } ] } '
{ "data": { "message": "<string>" } }
Actualiza teléfono y/o atributos. Requiere x-client-id.
x-client-id
ID de la cuenta (MongoDB ObjectId)
Show child attributes
OK