Skip to main content
PUT
/
orgs
/
{org_id}
/
conscience-values
/
mode
Update org conscience mode
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
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Body

application/json
mode
enum<string>
Available options:
augment,
replace
enabled
boolean

Response

200 - application/json

Updated

org_id
string
mode
enum<string>
Available options:
augment,
replace
enabled
boolean