hosting

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

Install the server-side cache plugin on a site.

Wszystkie punkty końcowe hosting

Wszystkie dokumentacje dla programistów

Uwierzytelnianie

Wyślij klucz API jako token bearer. Klucz musi posiadać uprawnienie sites.view; klucz bez niego jest odrzucany z kodem 403, a nie 404.

Ten punkt końcowy nie wymaga identyfikatora organizacji. Twój klucz już identyfikuje organizację, do której należy, a odpowiedź jest do niej ograniczona.

Wypróbuj

Zastąp wszystko w nawiasach ostrych własnymi wartościami, a zastępczy znacznik klucza kluczem ze swojego pulpitu nawigacyjnego.

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

Zalogowany? Konsola API w Twoim panelu uzupełnia rzeczywiste identyfikator organizacji oraz Twój własny klucz i wykonuje żądanie względem aktywnego API, dzięki czemu możesz zobaczyć rzeczywistą odpowiedź. Otwórz ten punkt końcowy w konsoli API

Szczegóły

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.

Parametry

NazwaTypWymaganeCo to jest
siteId (path)UuidTakSite ID (UUIDv7).

Odpowiedź

NazwaTypWymaganeCo to jest
dataSiteWordPressPlugin[]TakThe installed plugins.
stack_cache_installedbooleanTakCannot 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…

Błędy, które ten punkt końcowy może zwrócić

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