post https://{databaseId}-{region}.apps.astra.datastax.com/api/rest/v2/schemas/keyspaces//tables
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
12curl --request POST \
--url https://databaseid-region.apps.astra.datastax.com/api/rest/v2/schemas/keyspaces/keyspace-id/tables \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ifNotExists": false,
"tableOptions": {
"defaultTimeToLive": 0
}
}
'
Try It!
to start a request and see the response here! Or choose an example: