Sign in

Update Setting

documented

Update a single setting by its _id.

POST /api/v1/settings/{_id}Settingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$rocket_host}}/api/v1/settings/{{$setting_id}}" \
  -X POST \
  -H "X-User-Id: {{$admin_user_id}}" \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"value": "{{$value}}"}'