Skip to main content
PATCH

Authorizations

Authorization
string
header
required

An API key beginning with nylon_live_.

Path Parameters

postId
string
required

The Nylon id of the post.

Example:

"cly7q9v2m0001x8b3a1c4d0dd"

Body

application/json

Every field of CreatePostRequest, all optional. Content fields are replaced rather than merged.

profile_ids
string[]
Minimum array length: 1
text
string
Maximum string length: 20000
media
(string<uri> | object)[]
Maximum array length: 35

A URL, or an object when you want alt text or a video cover.

Example:

"https://cdn.example.com/launch.jpg"

A URL, or an object to control the preview card.

post_type
enum<string>
Available options:
post,
reel,
story
title
string | null
Maximum string length: 300
thread
string[] | null
Maximum array length: 50
auto_thread
boolean
scheduled_at
string<date-time> | null
publish_now
boolean
networks
object

Response

The updated post.

data
object
required