hosting

POST /v1/sites/{siteId}/wordpress/stack-cache

Install the server-side cache plugin on a site.

Все эндпоинты hosting

Аутентификация

Отправьте ключ API в качестве токена носителя (bearer token). Ключ должен иметь разрешение sites.view; ключ без него отклоняется с кодом 403, а не 404.

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

Попробовать

Замените всё в угловых скобках на собственные значения, а плейсхолдер ключа — на ключ из вашей панели управления.

curl -X POST https://api.zinndigital.com/v1/sites/{siteId}/wordpress/stack-cache \
  -H "Authorization: Bearer zdk_live_…"

Вошли в систему? Консоль API в вашей панели управления автоматически подставляет реальный идентификатор вашей организации и ваш собственный ключ, а также выполняет запрос к работающему API, чтобы вы могли увидеть актуальный ответ. Откройте эту конечную точку в API-консоли

Подробнее

Installs the platform's own caching plugin. It has its own operation rather than being a row in the plugin listing because the vendor **excludes it from that listing**, so it can neither be found there nor installed through it. Success is confirmed by the vendor's own `stackCacheInstalled` flag, never by searching the returned rows for it — searching a list the plugin is deliberately absent from would report failure on every successful install. `201` and the whole plugin listing, so the card re-renders. `404` for a site with no vendor hosting package. Requires `sites.view` and `sites.panel_access`.

Параметры

ИмяТипОбязательноЧто это
siteId (path)UuidДаSite ID (UUIDv7).

Ответ

ИмяТипОбязательноЧто это
dataSiteWordPressPlugin[]ДаThe installed plugins.
stack_cache_installedbooleanДа⛔ **Cannot be derived from `data`.** this platform excludes its own server-side cache plugin from the listing, so a client deriving this flag from the rows would answer "not ins…

Ошибки, которые может возвращать этот эндпоинт

401 · 403 · 404 · 409 · 422 · 429 · 503