Create a namespace
POST {{baseUrl}}/v2/schemas/namespaces
Request Body
{"name"=>"killrvideo"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cassandra-Token | string | (Required) The token returned from the authorization endpoint for classic databases. Use this token in each request. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"killrvideo"}