Skip to content
patch/v1/domains/{domain_id}/schedules/{schedule_id}

Update (pause/cadence) a domain schedule.

Parameters

ParametersTypeRequiredDescription
domain_id(path)string
schedule_id(path)string
authorization(header)

Request body

  • profileanyOfOptional
  • cadenceanyOfOptional
  • time_of_dayanyOfOptional
  • timezoneanyOfOptional
  • weekdayanyOfOptional
  • day_of_monthanyOfOptional
  • enabledanyOfOptional
  • optionsanyOfOptional

Responses

  • 200Successful Response
    • idstringRequired
    • user_idstringRequired
    • domainstringRequired
    • profileenum (13)Optional

      Which check suite a scan asks for. Profile is orthogonal to ``site_type``: a "content" site can be scanned with the AI Agent-Ready suite *or* the SEO suite, and each suite weights its categories differently. Adding a profile is intentionally cheap — the registry filters by check class attribute so we never have to maintain a parallel inventory. Yeni bir profile eklemek için: bu enum'a satır ekle, ilgili check sınıflarının ``profiles`` frozenset'ine yeni profili koy. Frontend tarafında ``apps/web/src/lib/profiles.ts`` registry'sine de ekleme şart (UI route klasörü + i18n key'leri için).

    • cadenceenum (4)Required
    • time_of_daystringRequired
    • timezonestringRequired
    • weekdayanyOfOptional
    • day_of_monthanyOfOptional
    • enabledbooleanRequired
    • created_atstring <date-time>Required
    • last_run_atanyOfOptional
    • last_scan_idanyOfOptional
    • last_statusanyOfOptional
    • next_run_atstring <date-time>Required
    • optionsobjectOptional
  • 422Validation Error
    • detailarrayOptional
PATCH /v1/domains/{domain_id}/schedules/{schedule_id} | AIDE