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>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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[]