Update form group
documentedUpdate the group for a form (publish/unpublish via properties).
POST /organizations/{organization_id}/forms/{form_id}/propertiesFormsno implementation yet0 runsNo 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/{{$organization_id}}/forms/{{$form_id}}/properties" \
-X POST \
-u "{{DEVICEMAGIC_API_KEY}}:x" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"group": "{{$group}}"}'