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>"
]
}Set the sort order for all 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>"
]
}