Analytics
Save Refreshable Materialized View
Save or update a refreshable materialized view in a project.
api-key<token>
In: header
Path Parameters
owner*string
username or organization name
slug*string
project slug
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/analytics/string/string/sql/refreshable_materialized_view" \ -H "Content-Type: application/json" \ -d '{}'{ "isUpdated": true, "name": "string"}