put https://{databaseId}-{region}.apps.astra.datastax.com/api/rest/v2/schemas/keyspaces//tables/
Log in to see full request history
Responses
xxxxxxxxxx
12curl --request PUT \
--url https://databaseid-region.apps.astra.datastax.com/api/rest/v2/schemas/keyspaces/keyspace-id/tables/table-id \
--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: