cURL
curl --request PUT \ --url https://api.surefeedback.com/api/v1/projects/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "success": true, "data": { "id": "770e8400-e29b-41d4-a716-446655440002", "name": "Updated Project Name" } }
Update a project’s name or settings.
Documentation IndexFetch the complete documentation index at: https://developer.surefeedback.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?