Sign in

Update group (v1)

documented

Update a group (v1) with name/form_ids/device_ids.

PUT /organizations/{org_id}/groups/{group_id}Groupsno 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://api.devicemagic.com/organizations/{{$org_id}}/groups/{{$group_id}}.json" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"name": "{{$name}}", "description": "{{$description}}"}'