curl -X PUT https://snip.sa/api/urls/507f1f77bcf86cd799439011 \ -H "Content-Type: application/json" \ -H "X-API-Key: your_api_key_here" \ -d '{ "title": "Updated Title", "isActive": true, "tags": ["updated", "tags"] }'
{ "success": true, "message": "URL updated successfully", "data": { "url": { "_id": "507f1f77bcf86cd799439011", "title": "Updated Title", "tags": ["updated", "tags"], "isActive": true, "updatedAt": "2024-01-16T14:20:00.000Z" } } }
Update properties of an existing shortened URL
originalUrl
shortCode