cURL
curl --request PUT \ --url https://api.aimtell.com/prod/site/{id} \ --header 'Content-Type: application/json' \ --header 'X-Authorization-Api-Key: <api-key>' \ --data ' { "name": "<string>", "icon": "" } '
{ "result": "success", "message": "Updated website succesfully.", "id": "1" }
Update a Website’s Name or Icon
Site ID
Website Name
URL of Website Icon
200