curl -X PATCH "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"title": "Updated Title", "autoplay": true}'
{
"success": true,
"project": {
"id": "proj_550e8400e29b41d4a716446655440000",
"title": "Updated Title",
"autoplay": true
}
}
Update project settings
curl -X PATCH "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"title": "Updated Title", "autoplay": true}'
{
"success": true,
"project": {
"id": "proj_550e8400e29b41d4a716446655440000",
"title": "Updated Title",
"autoplay": true
}
}
curl -X PATCH "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"title": "Updated Title", "autoplay": true}'
{
"success": true,
"project": {
"id": "proj_550e8400e29b41d4a716446655440000",
"title": "Updated Title",
"autoplay": true
}
}