Achievement definitions

Admin home

Enable or disable definitions. Disabling stops new grants; existing unlocks stand. Achievements award rank points only — never money and never a product capability.

KeyNameCategoryPointsUnlockedEnabledAction

No achievement definitions seeded.

curl (operator session cookie + CSRF)
# List definitions
curl -b cookies.txt 'https://api.example/api/v1/admin/achievements'

# Disable one (CSRF required)
curl -b cookies.txt -X PATCH -H 'X-CSRF-Token: <token>' \
  -H 'Content-Type: application/json' -d '{"enabled":false}' \
  'https://api.example/api/v1/admin/achievements/<key>'