/key/:table/:id

POST {{endpoint}}/key/:table/:id

This HTTP RESTful endpoint creates a specific record in a table in the database. The supplied request body is used as the content of the record, and is equivalent to running:

CREATE type::thing($table, $id) CONTENT $body;

HEADERS

KeyDatatypeRequiredDescription
AcceptstringSets the desired content-type of the response
NSstringSets the selected Namespace for queries
DBstringSets the selected Database for queries