Skip to content

Create a saved log view.

POST
/log_saved_views/
curl --request POST \
--url https://api.siteqwality.com/log_saved_views/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "description": "example", "is_shared": true, "filters": "example" }'
Media type application/json
object
name
required
string
description
string | null
is_shared
boolean | null
filters
required
Example generated
{
"name": "example",
"description": "example",
"is_shared": true,
"filters": "example"
}

Saved view created

Invalid request body

Missing or invalid authentication

Internal server error