syndication

PUT /v1/syndication/posts/{postId}

Change a held post's copy before it goes out.

Wszystkie punkty końcowe syndication

Uwierzytelnianie

Wyślij klucz API jako token bearer. Ten punkt końcowy nie określa konkretnego uprawnienia w specyfikacji, więc nadaj swojemu kluczowi minimum potrzebnych uprawnień i sprawdź odpowiedź zamiast zakładać.

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 PUT https://api.zinndigital.com/v1/syndication/posts/{postId} \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "text": <string> }'

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

⛔ Refused once the post has gone out — there is nothing to edit. The channel's character limit is enforced here, so a customer typing 400 characters into a Bluesky box is told while they are typing. Gated on `syndication.manage`.

Parametry

NazwaTypWymaganeCo to jest
postId (path)stringTak

Treść żądania

NazwaTypWymaganeCo to jest
textstringTak

Odpowiedź

NazwaTypWymaganeCo to jest
idstringTak
channelstringTak
connection_idstringTak
connection_labelstringTak
statusstring<drafting, awaiting_approval, queued, posted, failed, needs_reconnect, skipped>Tak⛔⛔ `needs_reconnect` is NOT `failed`. `skipped` means the customer said no or the connection was removed — nothing went wrong.
textstringTak
remote_urlstringTakThe live post, read back from the channel where it returns one. ⛔ Empty where the vendor gives us nothing to build a URL from (a Slack incoming webhook answers the literal strin…
droppedstring[][]Tak`[[field, reason], …]` — what this channel could not carry, and WHY. The reason travels: "no image endpoint" and "the upload was refused" are different problems with different n…
errorstringTakA machine code, never a sentence.
cost_microsintegerTakWhat this post cost us, in USD micros. One line per channel per post.
character_limitintegerTak
posted_atstringTak

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

401 · 403 · 404 · 422