Sign in

Update reseller scheduling settings

documented

Update reseller scheduling settings.

PUT /api/2.0/resellers/settings/schedulingResellerno 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.agendize.com/api/2.0/resellers/settings/scheduling" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"widget": {"schedulingSMS": "{{$schedulingSMS}}", "onboarding": "{{$onboarding}}", "javascript": "{{$javascript}}", "css": "{{$css}}"}, "staffForm": {"title-mandatory": "{{$title_mandatory}}", "firstname-mandatory": "{{$firstname_mandatory}}", "lastname-mandatory": "{{$lastname_mandatory}}", "gender-mandatory": "{{$gender_mandatory}}", "email-mandatory": "{{$email_mandatory}}", "mobilePhone-mandatory": "{{$mobile_phone_mandatory}}", "description-mandatory": "{{$description_mandatory}}", "title": "{{$title}}", "fields": []}}'"