/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
Key | Datatype | Required | Description |
---|---|---|---|
tags | string |
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 |