cURL
curl --request PUT \ --url https://api.surefeedback.com/api/v1/sites/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "domain": "<string>", "is_active": true } '
{ "success": true, "data": { "id": "880e8400-e29b-41d4-a716-446655440003", "name": "Main Website Updated" } }
Update a site’s name, domain, or settings.
Was this page helpful?