/key/:table/:id

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

This HTTP RESTful endpoint updates a specific record in a table in the database. It merges the supplied request data with the records in the table, and is equivalent to running:

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

HEADERS

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