REST API
Beitrag aktualisieren
Einen bestehenden Beitrag aktualisieren
PATCH
https://api.adaptlypost.com/api/v1/social-posts/:idEinen bestehenden Beitrag aktualisieren. Alle Felder sind optional — senden Sie nur die Felder, die Sie ändern möchten.
API-Schlüssel (Bearer-Token)
Body-Parameter
| Parameter | Typ | Beschreibung |
|---|---|---|
platforms | PlatformType[] | Zielplattformen |
contentType | ContentType | Inhaltstyp |
text | string | Textinhalt des Beitrags |
platformTexts | PlatformText[] | Per-platform text overrides |
mediaUrls | string[] | URLs of uploaded media files |
thumbnailUrl | string | Thumbnail URL for video posts |
scheduledAt | string | Neues Planungsdatum (ISO 8601) |
timezone | string | IANA-Zeitzone |
pageIds | string[] | Facebook/LinkedIn page IDs |
twitterConnectionIds | string[] | Twitter account connection IDs |
linkedinConnectionIds | string[] | LinkedIn account connection IDs |
instagramConnectionIds | string[] | Instagram account connection IDs |
tiktokConnectionIds | string[] | TikTok account connection IDs |
youtubeConnectionIds | string[] | YouTube channel connection IDs |
pinterestConnectionIds | string[] | Pinterest account connection IDs |
blueskyConnectionIds | string[] | Bluesky account connection IDs |
threadsConnectionIds | string[] | Threads account connection IDs |
All fields are optional. Only include the fields you want to update. The response returns the full updated post object.
Ein Konto pro Plattform
Pro Beitrag ist nur ein Konto pro Plattform erlaubt. Sie können einen Beitrag nicht so aktualisieren, dass mehrere Konten derselben Plattform enthalten sind. Diese Einschränkung gilt zur Einhaltung der Nutzungsbedingungen der Plattformen.