Athena
Views

Create a Postgres view

Creates a view (or materialized view per request body) in the client's database. Requires `X-Athena-Client` and a client-bound API key with appropriate management rights.

POST
/management/views

Header Parameters

X-Athena-Client*string

Response Body

application/json

curl -X POST "https://athena-cluster.com/management/views" \  -H "X-Athena-Client: string"
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}