Skip to main content
POST
Edit a published post

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

postId
string
required
Required string length: 16
Pattern: ^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]{16}$

Body

application/json
targetIds
string[]
Minimum array length: 1
Required string length: 16
Pattern: ^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]{16}$
title
string
Required string length: 1 - 100
content
string
Maximum string length: 5000
tags
string[]
Maximum array length: 100
Minimum string length: 1
category
string
Minimum string length: 1
madeForKids
boolean
containsSyntheticMedia
boolean
visibility
enum<string>
Available options:
private,
public,
unlisted

Response

Published post edit processed.

ok
boolean
required
data
object
required