Skip to main content
PUT
/
orgs
/
{org_id}
/
conscience-values
/
order
Reorder org conscience values
curl --request PUT \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/conscience-values/order \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "order": [
    "<string>"
  ]
}
'
{
  "reordered": true,
  "order": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Body

application/json
order
string[]
required

Response

200 - application/json

Reordered

reordered
boolean
order
string[]