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://api.surefeedback.com/api/v1/mockups/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "success": true, "data": { "id": "110e8400-e29b-41d4-a716-44665544000b", "name": "Homepage Final" } }
Update a mockup’s name or metadata.
Was this page helpful?