hosting

PUT /v1/sites/{siteId}/seo-settings

Choose the schedule, providers and visible metrics for this site.

Всички крайни точки в hosting

Упълномощаване

Изпратете API ключ като носител (bearer token). Тази точка за достъп не указва конкретно разрешение в спецификацията, затова дайте на ключа си най-малкото необходимо и проверете отговора, вместо да правите предположения.

Този ендпойнт не изисква идентификатор на организация. Вашият ключ вече идентифицира организацията, към която принадлежи, и отговорът е ограничен до нея.

Опитайте

Заменете всичко в квадратни скоби със собствени стойности, а ключовия заместващ символ – с ключ от вашето табло за управление.

curl -X PUT https://api.zinndigital.com/v1/sites/{siteId}/seo-settings \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{  }'

Влязохте ли в профила си? API конзолата във вашето табло за управление попълва действителното идентификационно число на вашата организация и вашия собствен ключ и изпълнява заявката спрямо реалното API, за да можете да видите действителния отговор. Отворете този крайpoint в API конзолата

Детайли

Sets how often this site is checked, which of your connected providers to ask, and which metrics to display. Checks may not be scheduled more often than every 12 hours. Hiding a metric changes only what is rendered — the reading is still taken and its history is kept, so turning it back on shows the full series rather than starting from today.

Параметри

ИмеТипЗадължителноКакво представлява
siteId (path)UuidДаSite ID (UUIDv7).

Тяло на заявката

ИмеТипЗадължителноКакво представлява
cadencestring<daily, every_other_day, weekly>Не
providersstring[]Не
visible_metricsstring[]Не
pausedbooleanНе

Отговор

ИмеТипЗадължителноКакво представлява
cadencestring<daily, every_other_day, weekly>ДаHow often this site is checked. Checks may not run more often than every 12 hours.
providersstring[]ДаWhich providers to ask, by name. Empty means "whichever of my connected keys can answer", which is the sensible setting for an account with one key.
visible_metricsstring[]ДаWhich metrics to render for this site. Empty means show everything available. A display choice only — hidden metrics are still measured and their history kept.
available_metricsstring[]ДаEvery metric the currently-funded provider can supply for this site. The set a client should offer as toggles; a metric outside it cannot be shown however it is configured, beca…
pausedbooleanДаWhen true nothing is checked and nothing is spent. History is kept, and settings are restored untouched when it is switched back on.
fundingstring<own_key, platform, none>ДаWho pays for this site's checks. `own_key` — your own connected key and your own quota, free here. `platform` — Zinn®'s accounts, under your plan or add-on. `none` — nothing can…
vendorstringНеThe provider actually serving this site, when one is.
reasonstring<no_key_connected, own_key_unusable, reseller_addon_required, not_entitled, not_in_good_standing>НеWhy no check can run, when `funding` is `none`. `own_key_unusable` means a key is stored but could not be used — usually revoked or out of quota at the provider, and Zinn® delib…

Грешки, които този крайpoint може да върне

401 · 403 · 404 · 422