/key/:table
PATCH {{endpoint}}/key/:table
This HTTP RESTful endpoint updates all records in a specific table in the database. It merges the supplied request data with the records in the table, and is equivalent to running:
UPDATE type::table($table) MERGE $body;
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Sets the desired content-type of the response | |
NS | string | Sets the selected Namespace for queries | |
DB | string | Sets the selected Database for queries |