Skip to content

Update a saved log view.

PUT
/log_saved_views/{view_id}
curl --request PUT \
--url https://api.siteqwality.com/log_saved_views/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "description": "example", "is_shared": true, "filters": "example" }'
view_id
required
string format: uuid

Saved view identifier

Media type application/json
object
name
string | null
description
string | null
is_shared
boolean | null
filters
Example generated
{
"name": "example",
"description": "example",
"is_shared": true,
"filters": "example"
}

Saved view updated

Missing or invalid authentication

Saved view not found

Internal server error