/
/provide the RESTful APIs to interact with AresDB.
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 10m ago · Updated 1mo ago
  • post/data/{table}/{shard}
  • post/query/aql
  • get/schema/tables
  • post/schema/tables
  • get/schema/tables/{table}
  • put/schema/tables/{table}
  • delete/schema/tables/{table}
  • post/schema/tables/{table}/columns
  • put/schema/tables/{table}/columns/{column}
  • delete/schema/tables/{table}/columns/{column}
  • get/schema/tables/{table}/columns/{column}/enum-cases
  • post/schema/tables/{table}/columns/{column}/enum-cases

List all table schemas

get/schema/tables

Response

StringArrayResponse represents string array response.

string[] required