API bug fixes. Clean up. New util functions. Highlight times for newer files.
This commit is contained in:
@@ -342,9 +342,10 @@ export let update_ae_obj_id_crud = async function update_ae_obj_id_crud(
|
||||
|
||||
if (!data) {
|
||||
data = {};
|
||||
data['super_key'] = key;
|
||||
data['jwt'] = jwt;
|
||||
}
|
||||
data['super_key'] = key;
|
||||
data['jwt'] = jwt;
|
||||
|
||||
// NOTE: The key and or JWT should be in the header of the DELETE, GET, PATCH, POST
|
||||
|
||||
// This obj_v_name is the view name to use when returning data. Do not prefix it with v_. This is checked and done automatically by the API.
|
||||
|
||||
Reference in New Issue
Block a user