/
/provide the RESTful APIs to interact with AresDB.
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 2h ago · Updated 1mo agoView markdown
  • 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

Post new data batch to a existing table shard

post/data/{table}/{shard}

Path parameters

tablestring required
shardinteger required

Response

NoContentResponse represents Response with no content.