/key/:table/:id

PUT {{endpoint}}/key/:table/:id?tags=['rust', 'developer']

This HTTP RESTful endpoint updates 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:

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

Request Params

KeyDatatypeRequiredDescription
tagsstring

HEADERS

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