curl --request PUT \
--url https://api.mnemom.ai/v1/orgs/{org_id}/conscience-values/mode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mode": "augment",
"enabled": true
}
'{
"org_id": "<string>",
"mode": "augment",
"enabled": true
}Set the conscience mode (augment/replace) and enabled flag.
curl --request PUT \
--url https://api.mnemom.ai/v1/orgs/{org_id}/conscience-values/mode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mode": "augment",
"enabled": true
}
'{
"org_id": "<string>",
"mode": "augment",
"enabled": true
}Supabase JWT token in Authorization: Bearer header